# 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 = "2021" name = "spawnflake-cli" version = "0.2.8" authors = ["Stefanos Kouroupis "] description = "Generate random test data for any mysql database schema" readme = "README.md" keywords = [ "db", "integration", "testing", ] categories = [ "development-tools", "productivity-tools", "command-line-utilities", ] license = "MIT" [[bin]] name = "spawnflake-cli" path = "src/main.rs" [dependencies.clap] version = "2.33.3" [dependencies.spawnflake] version = "0.2.8"