[package] name = "moment-rs" version = "0.1.1" edition = "2021" authors = ["Ishtmeet Singh "] repository = "https://github.com/ishtms/moment-rs" homepage = "https://github.com/ishtms/moment-rs" keywords = ["time", "moment", "date", "duration", "clock"] categories = ["date-and-time"] readme = "README.md" license = "MIT OR Apache-2.0" description = "A date/time library to parse, validate, manipulate and format dates, inspired by luxon/moment.js" include = ["src/**/*", "Cargo.toml", "README.md", "!src/tests.rs"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies]