# 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.74.1" name = "sqlx-pg-uint" version = "0.8.0" authors = ["bitfl0wer"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "SQLx compatible types to convert between Rust unsigned integers and the PostgreSQL `NUMERIC`/`DECIMAL` type seamlessly." readme = "README.md" license = "MIT" repository = "https://github.com/bitfl0wer/sqlx-pg-uint" [lib] name = "sqlx_pg_uint" path = "src/lib.rs" [[example]] name = "example" path = "examples/example.rs" [dependencies.bigdecimal] version = "0.4.5" [dependencies.serde] version = "1.0.210" features = ["derive"] optional = true [dependencies.sqlx] version = "0.8.2" features = [ "postgres", "bigdecimal", "derive", ] default-features = false [dependencies.sqlx-pg-uint-macros] version = "0" [dependencies.thiserror] version = "1.0.64" [dev-dependencies.serde_test] version = "1.0.177" [features] default = [] serde = [ "dep:serde", "bigdecimal/serde", ]