# 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] edition = "2018" name = "chrono-datepicker-core" version = "1.0.3" authors = ["Tomas Miklovic "] include = ["/src/**/*"] description = " Core library for datepickers that should only depend on chrono." readme = "README.md" keywords = ["gui", "datepicker"] categories = ["date-and-time", "gui"] license = "Apache-2.0" repository = "https://github.com/tommket/chrono-datepicker-core" [[bench]] name = "config_benchmark" path = "benches/config_benchmark.rs" harness = false [dependencies.cfg-if] version = "1.0" [dependencies.chrono] version = "0.4" features = ["clock"] default-features = false [dependencies.derive-getters] version = "0.2" [dependencies.derive_builder] version = "0.10" default-features = false [dependencies.mockall_double] version = "0.2" [dependencies.num-traits] version = "0.2" default-features = false [dev-dependencies.criterion] version = "0.3" [dev-dependencies.mockall] version = "0.9" [dev-dependencies.rstest] version = "0.8" [features] wasmbind = ["chrono/wasmbind"]