# This file is part of ICU4X. For terms of use, please see the file # called LICENSE at the top level of the ICU4X source tree # (online at: https://github.com/unicode-org/icu4x/blob/main/LICENSE ). [package] name = "icu_capi_cdylib" description = "C interface to ICU4X" license-file = "LICENSE" authors.workspace = true categories.workspace = true edition.workspace = true homepage.workspace = true include.workspace = true repository.workspace = true rust-version.workspace = true version.workspace = true [package.metadata.docs.rs] all-features = true [lib] crate-type = ["cdylib"] path = "src/lib.rs" [dependencies] icu_capi = { workspace = true } # Included to allow syntax selection icu_provider = { workspace = true } # Please keep features/cargo-all-features lists in sync with the icu_capi crate [features] default = ["icu_capi/default"] any_provider = ["icu_capi/any_provider"] buffer_provider = ["icu_capi/buffer_provider"] compiled_data = ["icu_capi/compiled_data"] provider_fs = ["icu_capi/provider_fs"] # Indirectly implies buffer_provider provider_test = ["icu_capi/provider_test"] logging = ["icu_capi/logging"] simple_logger = ["icu_capi/simple_logger"] wasm_default = ["icu_capi/wasm_default"] cpp_default = ["icu_capi/cpp_default"] default_components = ["icu_capi/default_components"] [package.metadata.cargo-all-features] # Tested by icu_capi skip_feature_sets = [[]]