# 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.83" name = "icu_calendar" version = "2.1.1" authors = ["The ICU4X Project Developers"] build = false include = [ "data/**/*", "src/**/*", "examples/**/*", "benches/**/*", "tests/**/*", "Cargo.toml", "LICENSE", "README.md", "build.rs", ] autolib = false autobins = false autoexamples = false autotests = false autobenches = false description = "Date APIs for Gregorian and non-Gregorian calendars" homepage = "https://icu4x.unicode.org" readme = "README.md" categories = ["internationalization"] license = "Unicode-3.0" repository = "https://github.com/unicode-org/icu4x" [package.metadata.docs.rs] all-features = true [package.metadata.cargo-semver-checks.lints] workspace = true [features] alloc = [ "icu_locale_core/alloc", "tinystr/alloc", "serde?/alloc", ] compiled_data = [ "dep:icu_calendar_data", "dep:icu_locale", "icu_locale?/compiled_data", "icu_provider/baked", ] datagen = [ "serde", "dep:databake", "zerovec/databake", "tinystr/databake", "alloc", "icu_provider/export", ] default = [ "compiled_data", "ixdtf", ] ixdtf = ["dep:ixdtf"] logging = ["calendrical_calculations/logging"] serde = [ "dep:serde", "zerovec/serde", "tinystr/serde", "icu_provider/serde", ] unstable = [] [lib] name = "icu_calendar" path = "src/lib.rs" [[test]] name = "arithmetic" path = "tests/arithmetic.rs" required-features = ["ixdtf"] [[test]] name = "exhaustive" path = "tests/exhaustive.rs" [[test]] name = "extended_year" path = "tests/extended_year.rs" [[test]] name = "reference_year" path = "tests/reference_year.rs" [[bench]] name = "convert" path = "benches/convert.rs" harness = false [[bench]] name = "date" path = "benches/date.rs" harness = false [dependencies.calendrical_calculations] version = "0.2.3" default-features = false [dependencies.databake] version = "0.2.0" features = ["derive"] optional = true default-features = false [dependencies.displaydoc] version = "0.2.3" default-features = false [dependencies.icu_calendar_data] version = "~2.1.1" optional = true default-features = false [dependencies.icu_locale] version = "~2.1.1" optional = true default-features = false [dependencies.icu_locale_core] version = "2.1.1" default-features = false [dependencies.icu_provider] version = "2.1.1" default-features = false [dependencies.ixdtf] version = "0.6.0" optional = true default-features = false [dependencies.serde] version = "1.0.220" features = ["derive"] optional = true default-features = false [dependencies.tinystr] version = "0.8.0" features = ["zerovec"] default-features = false [dependencies.zerovec] version = "0.11.3" features = ["derive"] default-features = false [dev-dependencies.itertools] version = "0.14.0" [dev-dependencies.serde] version = "1.0.220" features = [ "derive", "alloc", ] default-features = false [dev-dependencies.serde_json] version = "1.0.45" [dev-dependencies.simple_logger] version = "5.0.0" [dev-dependencies.ureq] version = "3.0.0" [target.'cfg(not(target_arch = "wasm32"))'.dev-dependencies.criterion] version = "0.5.0"