[package] name = "veeks_millis" version = "1.0.3" authors = ["bestia.dev"] homepage = "https://bestia.dev" edition = "2018" description = "DEPRECATED, OBSOLETE" repository = "https://github.com/bestia-dev/veeks_millis" readme = "README.md" license = "MIT" keywords = ["date","time","veeks","millis"] categories = ["date-and-time"] # publish as a crates.io library. Only this files. publish = true include = [ "Cargo.toml", "LICENSE", "README.md", "src/*", ] [dependencies] unwrap = "1.2.1" chrono = "0.4.19" regex = "1.4.3"