# 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" rust-version = "1.70" name = "sqlstr" version = "0.1.0" authors = ["Caio Oliveira "] description = "Sql string builder" license = "MIT OR Apache-2.0" [profile.release] codegen-units = 1 [lib] name = "sqlstr" path = "src/lib.rs" [[example]] name = "sqlx" [dev-dependencies.sqlx] version = "0.7.3" features = [ "postgres", "runtime-tokio", ] default-features = false [dev-dependencies.tokio] version = "1.34.0" features = [ "rt", "net", ] default-features = false [features] fmt = [] std = ["fmt"]