[dependencies.async-trait]
optional = true
version = "0.1"
[dependencies.base64]
version = "0.22"
[dependencies.cgmath]
optional = true
version = "0.18"
[dependencies.chrono]
optional = true
version = "0.4"
[dependencies.genmesh]
optional = true
version = "0.6"
[dependencies.half]
optional = true
version = "2"
[dependencies.highhash]
optional = true
version = "^0.1"
[dependencies.libfj_parsable_macro_derive]
optional = true
version = "0.5.3"
[dependencies.num_enum]
version = "0.5"
[dependencies.obj]
optional = true
version = "0.10"
[dependencies.reqwest]
default-features = false
features = ["json", "rustls-tls"]
optional = true
version = "0.12"
[dependencies.serde]
features = ["derive"]
version = "1"
[dependencies.serde_json]
version = "1"
[dependencies.ureq]
features = ["json"]
optional = true
version = "2"
[dependencies.url]
version = "2"
[dev-dependencies.tokio]
features = ["macros"]
version = "1.4.0"
[features]
all = ["simple", "robocraft", "cardlife", "techblox", "convert", "robocraft2"]
cardlife = ["reqwest"]
convert = ["obj", "genmesh", "cgmath"]
default = ["all"]
robocraft = ["reqwest", "ureq"]
robocraft2 = ["reqwest", "async-trait", "chrono"]
simple = ["ureq"]
techblox = ["chrono", "highhash", "half", "libfj_parsable_macro_derive"]
[lib]
name = "libfj"
path = "src/lib.rs"
[package]
authors = ["NGnius (Graham) <ngniusness@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "An unofficial collection of APIs used in FreeJam games and mods"
edition = "2018"
exclude = ["test.sh", "**/*.out.Techblox"]
homepage = "https://github.com/NGnius/libfj"
license = "MIT"
name = "libfj"
readme = "README.md"
repository = "https://github.com/NGnius/libfj"
version = "0.9.0"
[[test]]
name = "cardlife_live"
path = "tests/cardlife_live.rs"
[[test]]
name = "clre_server"
path = "tests/clre_server.rs"
[[test]]
name = "convert_3d"
path = "tests/convert_3d.rs"
[[test]]
name = "robocraft2_factory"
path = "tests/robocraft2_factory.rs"
[[test]]
name = "robocraft_auth"
path = "tests/robocraft_auth.rs"
[[test]]
name = "robocraft_factory"
path = "tests/robocraft_factory.rs"
[[test]]
name = "robocraft_factory_simple"
path = "tests/robocraft_factory_simple.rs"
[[test]]
name = "techblox_parsing"
path = "tests/techblox_parsing.rs"