# 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] name = "farm" version = "1.1.0" authors = ["Daniel Mason"] include = ["src/**/*", "Cargo.lock", "Cargo.toml", "CHANGELOG.md", "CODE_OF_CONDUCT.md", "CONTRIBUTING.md", "README.md", "LICENSE"] description = "Find And Replace in MySql" license = "MIT" repository = "https://github.com/apolitical/farm" [dependencies.clap] version = "^2.27.0" features = ["yaml"] [dependencies.failure] version = "^0.1.1" [dependencies.mysql] version = "^14.0.0" [dependencies.r2d2] version = "^0.8.0" [dependencies.r2d2_mysql] version = "^9.0.0" [dependencies.rayon] version = "^1.0.2"