[package] name = "yew-datepicker" version = "0.2.4" edition = "2021" description = "Yew datepicker component" license = "MIT OR Apache-2.0" repository = "https://github.com/averichev/yew-datepicker" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] chrono = {version = "0.4.31", features = ["unstable-locales"]} chronoutil = "0.2.6" yew = {version = "0.21.0", features = ["csr"]} calendarize = {version = "1.1.0"} stylist = {version = "0.13.0"} yew-template = "0.10.0" gloo = "0.11.0"