goods 0.5.3

Asset manager for good assets
Documentation
[[example]]
name = "fs"
required-features = ["fs", "json-format", "yaml-format", "futures-spawn"]

[[example]]
name = "reqwest"
required-features = ["reqwest", "json-format", "yaml-format", "tokio-spawn", "reqwest-default-tls"]

[[example]]
crate-type = ["cdylib"]
name = "fetch"
required-features = ["fetch", "json-format", "yaml-format", "wasm-bindgen-spawn"]
[dependencies.futures-core]
default-features = false
features = ["alloc"]
version = "0.3"

[dependencies.futures-task]
default-features = false
optional = true
version = "0.3"

[dependencies.futures-util]
default-features = false
features = ["alloc"]
optional = true
version = "0.3"

[dependencies.hashbrown]
version = "0.7"

[dependencies.log]
default-features = false
version = "0.4"

[dependencies.maybe-sync]
version = "0.1"

[dependencies.ron]
default-features = false
optional = true
version = "0.5"

[dependencies.serde]
default-features = false
features = ["derive"]
optional = true
version = "1.0"

[dependencies.serde_json]
default-features = false
features = ["alloc"]
optional = true
version = "1.0"

[dependencies.serde_yaml]
default-features = false
optional = true
version = "0.8"
[dev-dependencies.thiserror]
version = "1.0"

[features]
default = ["std", "sync"]
fetch = ["js-sys", "web-sys/Response", "web-sys/Window", "wasm-bindgen", "wasm-bindgen-futures"]
fs = ["std"]
futures-spawn = ["futures-task", "futures-util"]
json-format = ["serde", "serde_json"]
reqwest-default-tls = ["reqwest/default-tls"]
reqwest-native-tls = ["reqwest/native-tls"]
reqwest-rustls-tls = ["reqwest/rustls-tls"]
ron-format = ["serde", "ron", "std"]
std = []
sync = ["maybe-sync/sync"]
tokio-spawn = ["tokio/rt-core", "sync"]
unstable-doc = []
wasm-bindgen-spawn = ["wasm-bindgen-futures"]
yaml-format = ["serde", "serde_yaml", "std"]

[package]
authors = ["zakarumych"]
description = "Asset manager for good assets"
documentation = "https://docs.rs/goods"
edition = "2018"
keywords = ["assets", "no_std", "async", "wasm", "web"]
license = "MIT OR Apache-2.0"
name = "goods"
readme = "README.md"
repository = "https://github.com/zakarumych/goods"
version = "0.5.3"
[package.metadata.docs.rs]
features = ["std", "fs", "reqwest", "fetch", "json-format", "yaml-format", "ron-format", "unstable-doc"]
no-default-features = true
targets = ["i686-pc-windows-gnu", "i686-pc-windows-msvc", "i686-unknown-linux-gnu", "x86_64-apple-darwin", "x86_64-pc-windows-gnu", "x86_64-pc-windows-msvc", "x86_64-unknown-linux-gnu", "wasm32-unknown-unknown"]
[target."cfg(not(target_arch = \"wasm32\"))".dependencies.reqwest]
default-features = false
optional = true
version = "0.10"

[target."cfg(not(target_arch = \"wasm32\"))".dependencies.tokio]
optional = true
version = "0.2"
[target."cfg(not(target_arch = \"wasm32\"))".dev-dependencies.env_logger]
version = "0.7"

[target."cfg(not(target_arch = \"wasm32\"))".dev-dependencies.futures-executor]
features = ["thread-pool"]
version = "0.3"

[target."cfg(not(target_arch = \"wasm32\"))".dev-dependencies.tokio]
features = ["rt-core", "macros"]
version = "0.2"
[target."cfg(target_arch = \"wasm32\")".dependencies.js-sys]
optional = true
version = "0.3.39"

[target."cfg(target_arch = \"wasm32\")".dependencies.wasm-bindgen]
optional = true
version = "0.2.62"

[target."cfg(target_arch = \"wasm32\")".dependencies.wasm-bindgen-futures]
optional = true
version = "0.4.12"

[target."cfg(target_arch = \"wasm32\")".dependencies.web-sys]
optional = true
version = "0.3.39"
[target."cfg(target_arch = \"wasm32\")".dev-dependencies.console_log]
version = "0.2.0"

[target."cfg(target_arch = \"wasm32\")".dev-dependencies.web-sys]
features = ["Document", "Text", "HtmlElement", "Node"]
version = "0.3.39"