|
|
@@ -24,7 +24,7 @@ ureq = { version = "^2", features = ["json"], optional = true} |
|
|
|
base64 = "^0.13" |
|
|
|
num_enum = "^0.5" |
|
|
|
chrono = {version = "^0.4", optional = true} |
|
|
|
fasthash = {version = "^0.4", optional = true} |
|
|
|
highhash = {version = "^0.1", optional = true} |
|
|
|
half = {version = "^1.7", optional = true} |
|
|
|
libfj_parsable_macro_derive = {version = "0.5.3", optional = true} |
|
|
|
#libfj_parsable_macro_derive = {path = "./parsable_macro_derive", optional = true} |
|
|
@@ -38,5 +38,5 @@ tokio = { version = "1.4.0", features = ["macros"]} |
|
|
|
simple = ["ureq"] |
|
|
|
robocraft = ["reqwest"] |
|
|
|
cardlife = ["reqwest"] |
|
|
|
techblox = ["chrono", "fasthash", "half", "libfj_parsable_macro_derive"] |
|
|
|
techblox = ["chrono", "highhash", "half", "libfj_parsable_macro_derive"] |
|
|
|
convert = ["obj", "genmesh"] |