# 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 = "birdseed" version = "0.2.0" authors = ["Peter Farr "] include = ["migrations/*", "**/*.rs", "Cargo.toml", "diesel.toml", "README.md"] description = "birdseed enables you to seed a libellis database with fake data, clear all tables, or rebuild all tables per the current embedded migrations" documentation = "https://docs.rs/birdseed" readme = "README.md" keywords = ["birdseed", "libellis", "seeding", "database", "postgres"] categories = ["command-line-utilities", "database"] license = "MIT" repository = "https://github.com/libellis/birdseed" [[bin]] name = "birdseed" path = "src/bin/birdseed.rs" doc = false [dependencies.bcrypt] version = "0.3.0" [dependencies.diesel] version = "1.3.3" features = ["postgres", "r2d2"] [dependencies.diesel-geography] version = "0.2.0" [dependencies.diesel_migrations] version = "1.3.0" [dependencies.dotenv] version = "0.13.0" [dependencies.fake] version = "1.2.2" [dependencies.geo] version = "0.12.0" [dependencies.geojson] version = "0.15.0" [dependencies.indicatif] version = "0.11.0" [dependencies.r2d2] version = "0.8.3" [dependencies.rand] version = "0.6.4" [dependencies.rayon] version = "1.0.3" [dependencies.serde] version = "1.0.88" [dependencies.serde_derive] version = "1.0.88" [dependencies.serde_json] version = "1.0.38" features = ["preserve_order"] [dependencies.structopt] version = "0.2.14" [badges.maintenance] status = "actively-developed" [badges.travis-ci] branch = "master" repository = "libellis/birdseed"