# 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 = "sqlrender" version = "0.1.0" description = "An easy sql generator." documentation = "https://docs.rs/sqlrender" readme = "README.md" keywords = [ "database", "mysql", ] categories = ["database"] license = "MIT" repository = "https://github.com/jdomzhang/sqlrender" [dependencies.sqlrender-impl] version = "=0.1.0" [dev-dependencies.rustversion] version = "1" [dev-dependencies.tokio] version = "1.23.1" features = [ "rt-multi-thread", "macros", ] [target."cfg(not(target_arch = \"wasm32\"))".dependencies.cfg-if] version = "1" [target."cfg(not(target_arch = \"wasm32\"))".dependencies.itertools] version = "0.11" [target."cfg(not(target_arch = \"wasm32\"))".dependencies.log] version = "0.4" [target."cfg(not(target_arch = \"wasm32\"))".dependencies.once_cell] version = "1" [target."cfg(not(target_arch = \"wasm32\"))".dependencies.serde] version = "1" features = ["derive"] [target."cfg(not(target_arch = \"wasm32\"))".dependencies.serde_json] version = "1" [target."cfg(not(target_arch = \"wasm32\"))".dependencies.thiserror] version = "1"