# 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 = "chrono_locale" version = "0.1.1" authors = ["Alessandro Pellizzari "] build = "build.rs" description = "Localised date and time formatting library for Rust, based on chrono" homepage = "https://github.com/Alex-PK/chrono-locale" readme = "README.md" keywords = ["date", "time", "calendar"] categories = ["date-and-time"] license = "MIT/Apache-2.0" repository = "https://github.com/Alex-PK/chrono-locale" [dependencies.chrono] version = "0.4" [dependencies.lazy_static] version = "1.2" [dependencies.num-integer] version = "0.1" default-features = false [build-dependencies.serde] version = "1" [build-dependencies.serde_derive] version = "1" [build-dependencies.serde_json] version = "1" [build-dependencies.walkdir] version = "2"