1# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO 2# 3# When uploading crates to the registry Cargo will automatically 4# "normalize" Cargo.toml files for maximal compatibility 5# with all versions of Cargo and also rewrite `path` dependencies 6# to registry (e.g., crates.io) dependencies. 7# 8# If you are reading this file be aware that the original Cargo.toml 9# will likely look very different (and much more reasonable). 10# See Cargo.toml.orig for the original contents. 11 12[package] 13edition = "2021" 14rust-version = "1.81" 15name = "icu_provider_adapters" 16version = "2.0.0-beta2" 17authors = ["The ICU4X Project Developers"] 18build = false 19include = [ 20 "data/**/*", 21 "src/**/*", 22 "examples/**/*", 23 "benches/**/*", 24 "tests/**/*", 25 "Cargo.toml", 26 "LICENSE", 27 "README.md", 28] 29autolib = false 30autobins = false 31autoexamples = false 32autotests = false 33autobenches = false 34description = "Adapters for composing and manipulating data providers." 35homepage = "https://icu4x.unicode.org" 36readme = "README.md" 37categories = ["internationalization"] 38license = "Unicode-3.0" 39repository = "https://github.com/unicode-org/icu4x" 40 41[features] 42export = ["icu_provider/export"] 43 44[lib] 45name = "icu_provider_adapters" 46path = "src/lib.rs" 47 48[dependencies.databake] 49version = "0.2.0" 50features = ["derive"] 51optional = true 52default-features = false 53 54[dependencies.icu_locale] 55version = "~2.0.0-beta2" 56default-features = false 57 58[dependencies.icu_provider] 59version = "2.0.0-beta2" 60features = ["alloc"] 61default-features = false 62 63[dependencies.serde] 64version = "1.0.110" 65features = [ 66 "derive", 67 "alloc", 68] 69optional = true 70default-features = false 71 72[dependencies.tinystr] 73version = "0.8.0" 74features = ["zerovec"] 75default-features = false 76 77[dependencies.zerovec] 78version = "0.11.1" 79features = ["yoke"] 80default-features = false 81 82[dev-dependencies] 83