Revision control
Copy as Markdown
Other Tools
# 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
[package]
name = "ixdtf"
description = "Parser for Internet eXtended DateTime Format"
version = "0.5.0"
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.workspaces]
independent = true
[package.metadata.docs.rs]
all-features = true
[features]
default = ["duration"]
duration = []
[dependencies]
displaydoc = { workspace = true }
[dev-dependencies]
serde-json-core = { workspace = true, features = ["std"] }
[target.'cfg(not(target_arch = "wasm32"))'.dev-dependencies]
criterion = { workspace = true }