# 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 = "chain-builder" version = "0.1.25" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A query builder for MySQL for Rust is designed to be flexible and easy to use." readme = "README.md" keywords = [ "database", "mysql", "query", "builder", "rust", ] categories = [ "database", "database-implementations", ] license = "MIT" repository = "https://github.com/AssetsArt/chain-builder.git" [lib] name = "chain_builder" path = "src/lib.rs" [[test]] name = "mysql_test" path = "tests/mysql_test.rs" required-features = ["mysql"] [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1" [dependencies.sqlx] version = "0.8" [dev-dependencies] [features] default = [ "mysql", "sqlx_mysql", ] dev-dependencies = ["full"] full = [ "mysql", "sqlx_mysql", ] mysql = [] postgres = [] sqlx_mysql = ["sqlx/mysql"]