# 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 = "2021" rust-version = "1.71.1" name = "icu_provider_fs" version = "2.0.0-beta1" authors = ["The ICU4X Project Developers"] build = false include = [ "data/**/*", "src/**/*", "examples/**/*", "benches/**/*", "tests/**/*", "Cargo.toml", "LICENSE", "README.md", ] autobins = false autoexamples = false autotests = false autobenches = false description = "ICU4X data provider that reads from structured data files" homepage = "https://icu4x.unicode.org" readme = "README.md" categories = ["internationalization"] license = "Unicode-3.0" repository = "https://github.com/unicode-org/icu4x" [package.metadata.cargo-all-features] denylist = ["bench"] [package.metadata.docs.rs] all-features = true [lib] name = "icu_provider_fs" path = "src/lib.rs" [[test]] name = "test_file_io" path = "tests/test_file_io.rs" [[bench]] name = "provider_fs" path = "benches/provider_fs.rs" harness = false [dependencies.bincode] version = "1.3.1" optional = true [dependencies.crlify] version = "1.0.4" optional = true default-features = false [dependencies.displaydoc] version = "0.2.3" default-features = false [dependencies.icu_provider] version = "2.0.0-beta1" features = [ "serde", "std", ] default-features = false [dependencies.log] version = "0.4.17" optional = true default-features = false [dependencies.postcard] version = "1.0.1" features = ["alloc"] optional = true default-features = false [dependencies.serde] version = "1.0.110" features = [ "derive", "alloc", ] default-features = false [dependencies.serde-json-core] version = "0.4.0" features = ["std"] default-features = false [dependencies.serde_json] version = "1.0.45" features = ["std"] optional = true [dev-dependencies] [features] bench = [] export = [ "dep:bincode", "dep:crlify", "dep:log", "dep:postcard", "dep:serde_json", "icu_provider/export", "icu_provider/deserialize_bincode_1", "icu_provider/deserialize_json", "icu_provider/deserialize_postcard_1", ] [target.'cfg(not(target_arch = "wasm32"))'.dev-dependencies.criterion] version = "0.5.0"