# 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.70" name = "xsd-types" version = "0.9.6" authors = ["Timothée Haudebourg "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "XSD data types." documentation = "https://docs.rs/xsd-types" readme = "README.md" keywords = [ "xsd", "w3c", "datatype", ] categories = ["data-structures"] license = "MIT/Apache-2.0" repository = "https://github.com/timothee-haudebourg/xsd-types" [lib] name = "xsd_types" path = "src/lib.rs" [dependencies.chrono] version = "0.4.26" [dependencies.iref] version = "3.1" [dependencies.lazy_static] version = "1.4.0" [dependencies.num-bigint] version = "0.4" [dependencies.num-rational] version = "0.4" [dependencies.num-traits] version = "0.2.15" [dependencies.once_cell] version = "1.17.0" [dependencies.ordered-float] version = "3.4.0" [dependencies.pretty_dtoa] version = "0.3.0" [dependencies.serde] version = "1.0" optional = true [dependencies.static-iref] version = "3.0" [dependencies.static-regular-grammar] version = "2.0.1" [dependencies.thiserror] version = "1.0.38" [dependencies.time] version = "0.3" optional = true [features] serde = ["dep:serde"] time = ["dep:time"]