# 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 = "jab" version = "0.0.1" authors = ["Sendy Halim "] description = "JAB is a database state management tool, think of it as git but for database. You can commit your current db state and checkout to your previous db state." homepage = "https://github.com/sendyhalim/jab" readme = "readme.md" keywords = ["cli", "database", "developer-tools"] categories = ["command-line-utilities"] license = "MIT" license-file = "license" repository = "https://github.com/sendyhalim/jab" [lib] name = "lib" path = "src/lib/lib.rs" [[bin]] name = "jab" path = "src/bin/jab.rs" [dependencies.clap] version = "2.33" [dependencies.dirs] version = "2.0.2" [dependencies.env_logger] version = "0.7.1" [dependencies.failure] version = "0.1.6" [dependencies.git2] version = "0.11" [dependencies.log] version = "0.4.8" [dependencies.pager] version = "0.15.0" [dependencies.serde] version = "1.0.60" features = ["derive"] [dependencies.serde_json] version = "1.0.46" [dev-dependencies.mockall] version = "0.6.0" [build-dependencies.built] version = "0.4"