# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] name = "datetime" version = "0.5.2" authors = ["Benjamin Sago ", "Hendrik Sollich "] exclude = ["/.rustfmt.toml", "/.travis.yml"] description = "Library for date and time formatting and arithmetic" documentation = "https://docs.rs/datetime" readme = "README.md" license = "MIT" repository = "https://github.com/rust-datetime/datetime" [lib] name = "datetime" [dependencies.iso8601] version = "0.3.0" optional = true [dependencies.libc] version = "0.2" [dependencies.locale] version = "0.2" optional = true [dependencies.pad] version = "0.1" optional = true [dev-dependencies.rustc-serialize] version = "0.3" [features] default = ["format", "parse"] format = ["pad", "locale"] parse = ["iso8601"] [target."cfg(target_os = \"redox\")".dependencies.redox_syscall] version = "0.1.29" [target."cfg(windows)".dependencies.winapi] version = "0.3.8" features = ["sysinfoapi", "minwindef"]