# 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 = "sqlmo" version = "0.22.7" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "SQL data primitives. Use it to generate SQL queries, auto-generate SQL migrations, and more." homepage = "https://github.com/kurtbuilds/sqlmo" documentation = "https://docs.rs/sqlmo" readme = "README.md" license = "MIT" repository = "https://github.com/kurtbuilds/sqlmo" [lib] name = "sqlmo" path = "src/lib.rs" [dependencies.anyhow] version = "1.0.89" [dependencies.serde] version = "1.0.210" features = ["derive"] optional = true [dependencies.tracing] version = "0.1.40" optional = true [dev-dependencies.pretty_assertions] version = "1.4.1"