# 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] name = "pg-interval-sql-json-binding" version = "1.2.0" description = "Postgres SQL and Serde JSON binding for crates/pg_interval" readme = "README.md" license-file = "LICENSE" repository = "https://github.com/techbech/pg-interval-sql-json-binding" [dependencies.pg_interval] version = "0.4.2" [dependencies.postgres-types] version = "0.2.6" [dependencies.serde] version = "1.0.197" features = ["derive"] [dependencies.serde_json] version = "1.0.115" [dev-dependencies.anyhow] version = "1.0.81"