# 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_provider_registry" description = "A registry of all ICU4X data markers" version.workspace = true rust-version.workspace = true authors.workspace = true edition.workspace = true repository.workspace = true homepage.workspace = true license.workspace = true categories.workspace = true include.workspace = true [dev-dependencies] icu = { path = "../../components/icu", features = ["experimental"] } icu_provider = { workspace = true }