# 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 = "sql-audit-cli" version = "0.1.0" authors = ["Dylan Anthony "] description = "Run one command to start tracking all changes in your Postgres database!" readme = "../README.md" keywords = ["SQL", "Postgres", "audit", "track", "change"] categories = ["command-line-utilities", "database", "web-programming", "asynchronous"] license = "MIT" repository = "https://github.com/triaxtec/sql-audit" [[bin]] name = "sql-audit" path = "src/main.rs" [dependencies.async-std] version = "1.8.0" features = ["attributes"] [dependencies.color-eyre] version = "0.5.10" [dependencies.serde] version = "1.0.118" [dependencies.sql-audit] version = "0.1.0" [dependencies.sqlx] version = "0.4.1" features = ["postgres", "runtime-async-std-rustls", "macros", "json", "chrono"] [dependencies.toml] version = "0.5.7"