# 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 = "icu4x_ecma402" description = "ECMA-402 API functionality backed by the ICU4X library" version = "0.8.2" authors.workspace = true categories.workspace = true edition.workspace = true homepage.workspace = true include.workspace = true license.workspace = true repository.workspace = true rust-version.workspace = true [package.metadata.docs.rs] all-features = true [dependencies] ecma402_traits = "4" icu = { workspace = true, features = ["std", "compiled_data"] } icu_provider = { workspace = true } writeable = { workspace = true }