# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2018" name = "starchart-backends" version = "0.2.0" authors = ["Gryffon Bellish "] description = "Basic backends for the starchart crate" homepage = "https://github.com/starlite-project/starchart" readme = "README.md" license = "MIT" repository = "https://github.com/starlite-project/starchart" [package.metadata.docs.rs] all-features = true [dependencies.dashmap] version = "5.1" optional = true [dependencies.futures-util] version = "0.3" features = ["std"] optional = true default-features = false [dependencies.serde-value] version = "0.7" optional = true [dependencies.serde_bincode] version = "1.3" optional = true package = "bincode" [dependencies.serde_cbor] version = "0.11" optional = true [dependencies.serde_json] version = "1" optional = true [dependencies.serde_toml] version = "0.5" optional = true package = "toml" [dependencies.serde_yaml] version = "0.8" optional = true [dependencies.starchart] version = "^0.19" [dependencies.tokio] version = "1.0" features = ["fs"] optional = true default-features = false [dev-dependencies.fxhash] version = "0.2" [dev-dependencies.serde] version = "1" features = ["derive"] [dev-dependencies.static_assertions] version = "1.0" [dev-dependencies.tokio] version = "1.0" features = ["sync", "parking_lot", "test-util", "macros"] [build-dependencies.autocfg] version = "1" [build-dependencies.rustc_version] version = "0.4" [features] binary = ["serde_bincode", "serde_cbor", "fs"] fs = ["tokio", "futures-util"] json = ["serde_json", "fs"] memory = ["serde-value", "dashmap", "futures-util"] toml = ["serde_toml", "fs"] yaml = ["serde_yaml", "fs"]