[package] name = "fakedate" version = "0.1.2-619366e" authors = ["Christian Mauduit (ufoot) "] edition = "2018" description = "fakedate generates pseudo-random dates and times." license = "MIT" documentation = "https://docs.rs/crate/fakedate/0.0.1" homepage = "https://gitlab.com/ufoot/fakedate" repository = "https://gitlab.com/ufoot/fakedate/tree/master" readme = "README.md" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] chrono = "0.4" rand = "0.7"