Source code

Revision control

Copy as Markdown

Other Tools

# 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.82"
name = "icu_calendar"
version = "2.0.2"
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"
readme = "README.md"
categories = ["internationalization"]
license = "Unicode-3.0"
[package.metadata.docs.rs]
all-features = true
[features]
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",
]
[lib]
name = "icu_calendar"
path = "src/lib.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.0"
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.0.0"
optional = true
default-features = false
[dependencies.icu_locale]
version = "~2.0.0"
optional = true
default-features = false
[dependencies.icu_locale_core]
version = "2.0.0"
features = ["alloc"]
default-features = false
[dependencies.icu_provider]
version = "2.0.0"
default-features = false
[dependencies.ixdtf]
version = "0.5.0"
optional = true
default-features = false
[dependencies.serde]
version = "1.0.110"
features = [
"derive",
"alloc",
]
optional = true
default-features = false
[dependencies.tinystr]
version = "0.8.0"
features = [
"alloc",
"zerovec",
]
default-features = false
[dependencies.writeable]
version = "0.6.0"
default-features = false
[dependencies.zerovec]
version = "0.11.1"
features = ["derive"]
default-features = false
[dev-dependencies.serde]
version = "1.0.110"
features = [
"derive",
"alloc",
]
default-features = false
[dev-dependencies.serde_json]
version = "1.0.45"
[dev-dependencies.simple_logger]
version = "5.0.0"
[target.'cfg(not(target_arch = "wasm32"))'.dev-dependencies.criterion]
version = "0.5.0"