# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "mysqldump-mutator" version = "0.0.1" authors = ["David Bonet "] include = ["src/**/*.rs", "Cargo.toml"] description = "MySQL mysqldump stream processor / mutator in Rust" homepage = "https://github.com/Couragium/mysqldump-mutator-rs" keywords = ["mysql", "mysqldump", "backup", "mutate", "anonymize"] license = "Apache-2.0" repository = "https://github.com/Couragium/mysqldump-mutator-rs" [lib] name = "mysqldump_mutator" path = "src/lib.rs" [dependencies.bigdecimal] version = "0.1.0" optional = true [dependencies.log] version = "0.4.8" [dependencies.utf8-chars] version = "0.1.2" [dev-dependencies.matches] version = "0.1.8" [dev-dependencies.simple_logger] version = "1.5.0"