# 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.67" name = "icu_capi_cdylib" version = "1.4.0" authors = ["The ICU4X Project Developers"] include = [ "data/**/*", "src/**/*", "examples/**/*", "benches/**/*", "tests/**/*", "Cargo.toml", "LICENSE", "README.md", ] description = "C interface to ICU4X" homepage = "https://icu4x.unicode.org" readme = "README.md" categories = ["internationalization"] license-file = "LICENSE" repository = "https://github.com/unicode-org/icu4x" [package.metadata.cargo-all-features] skip_feature_sets = [[]] [package.metadata.docs.rs] all-features = true [lib] crate-type = ["cdylib"] path = "src/lib.rs" [dependencies.icu_capi] version = "~1.4.0" default-features = false [dependencies.icu_provider] version = "~1.4.0" default-features = false [features] any_provider = ["icu_capi/any_provider"] buffer_provider = ["icu_capi/buffer_provider"] compiled_data = ["icu_capi/compiled_data"] cpp_default = ["icu_capi/cpp_default"] default = ["icu_capi/default"] default_components = ["icu_capi/default_components"] logging = ["icu_capi/logging"] provider_fs = ["icu_capi/provider_fs"] provider_test = ["icu_capi/provider_test"] simple_logger = ["icu_capi/simple_logger"] wasm_default = ["icu_capi/wasm_default"]