# 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 = "database-reflection" version = "0.1.4" authors = ["Ivan Ganev "] description = "Database reflection library. Currently supporting only MariaDB and MySQL with InnoDB." homepage = "https://github.com/iganev/database-reflection" documentation = "https://docs.rs/crate/database-reflection/" readme = "README.md" keywords = [ "sqlx", "database", "reflection", "mysql", "mariadb", ] categories = [ "database", "data-structures", "development-tools", ] license = "MIT" repository = "https://github.com/iganev/database-reflection" [lib] name = "database_reflection" path = "src/lib.rs" [dependencies.indexmap] version = "2" features = ["serde"] [dependencies.serde] version = "1" features = [ "derive", "rc", ] [dependencies.serde_json] version = "1" features = ["preserve_order"] [dependencies.sqlx] version = "0" features = ["runtime-tokio-rustls"] [features] mariadb = ["sqlx/mysql"] [badges.maintenance] status = "actively-developed"