# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "sqlant" version = "0.4.0" authors = ["Anatolii Kurotych "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Generate PlantUML/Mermaid ER diagram textual description from SQL connection string" readme = "README.md" keywords = [ "cli", "sql", "plantuml", "postgresql", "mermaid", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/kurotych/sqlant" [profile.release] opt-level = "z" lto = true strip = true [lib] name = "sqlant" path = "src/lib.rs" [[bin]] name = "sqlant" path = "src/main.rs" [[test]] name = "sql_loader_custom_schema_test" path = "tests/sql_loader_custom_schema_test.rs" [[test]] name = "sql_loader_test" path = "tests/sql_loader_test.rs" [[test]] name = "utils" path = "tests/utils.rs" [dependencies.async-trait] version = "0.1" [dependencies.clap] version = "4.1.4" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.strum] version = "0.26" [dependencies.strum_macros] version = "0.26" [dependencies.thiserror] version = "1.0" [dependencies.tinytemplate] version = "1.2" [dependencies.tokio] version = "1" features = [ "macros", "rt-multi-thread", ] [dependencies.tokio-postgres] version = "0.7"