# 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 = "mock-rs" version = "0.3.0" authors = ["Abdulqudduus Babalola "] exclude = ["examples/"] description = "A Rust crate for generating fake data inspired by FakerPHP" readme = "README.md" keywords = [ "mock", "faker", "faker-rs", "mock-rs", "fake-data", ] categories = ["web-programming"] license = "MIT" repository = "https://github.com/babalolajnr/mock-rs" [dependencies.chrono] version = "0.4.19" [dependencies.rand] version = "0.8.4"