# 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 = "sqlx-transparent-json-decode" version = "3.0.0" authors = ["Daniel Imfeld "] description = "Decode JSON from Postgres sqlx queries, without the Json<> wrapper type" documentation = "https://docs.rs/sqlx-transparent-json-decode" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/dimfeld/sqlx-transparent-json-decode" [dependencies.schemars] version = "0.8.16" features = ["raw_value"] optional = true default-features = false [dependencies.serde] version = "1.0.193" features = ["derive"] optional = true [dependencies.serde_json] version = "1.0.108" features = ["raw_value"] default-features = false [dependencies.sqlx] version = "0.8.0" features = ["postgres"] default-features = false [dev-dependencies.serde] version = "1.0.193" features = ["derive"] [dev-dependencies.serde_json] version = "1.0.108" features = ["raw_value"] [dev-dependencies.sqlx] version = "0.8.0" features = [ "runtime-tokio", "tls-native-tls", "migrate", "postgres", ] [features] boxed_raw_value_eq = [] default = ["boxed_raw_value_eq"] schemars = ["dep:schemars"] serde = ["dep:serde"]