# 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.79" name = "temporal_rs" version = "0.0.3" authors = ["boa-dev"] exclude = [ "docs/*", ".github/*", ".gitignore", "LICENSE*", ] description = "Temporal in Rust is an implementation of the TC39 Temporal Builtin Proposal in Rust." readme = "README.md" keywords = [ "date", "time", "calendar", "timezone", "duration", ] categories = [ "date-and-time", "internationalization", ] license = "MIT OR Apache-2.0" repository = "https://github.com/boa-dev/temporal" [dependencies.bitflags] version = "2.6.0" [dependencies.icu_calendar] version = "1.5.2" features = ["compiled_data"] default-features = false [dependencies.ixdtf] version = "0.2.0" features = ["duration"] [dependencies.num-bigint] version = "0.4.6" features = ["serde"] [dependencies.num-traits] version = "0.2.19" [dependencies.rustc-hash] version = "2.0.0" features = ["std"] [dependencies.tinystr] version = "0.7.6"