# 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 = "2018" name = "seed-datepicker" version = "1.1.0" authors = ["Tomas Miklovic "] include = ["/src/**/*"] description = "Customizable datepicker component for the Seed framework" readme = "README.md" keywords = [ "seed", "wasm", "gui", "datepicker", ] categories = [ "wasm", "web-programming", "gui", ] license = "Apache-2.0" repository = "https://github.com/tommket/seed-datepicker" [dependencies.chrono] version = "0.4" default-features = false [dependencies.chrono-datepicker-core] version = "1.0" features = ["wasmbind"] [dependencies.num-traits] version = "0.2" default-features = false [dependencies.seed] version = "0.9"