# 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 = "2018" name = "pg_interval" version = "0.4.2" authors = ["Ryan Piper "] include = ["src/*", "Cargo.toml", "LICENSE", "README.md"] description = "A native PostgreSQL interval type" readme = "README.md" keywords = ["database", "postgres", "postgresql", "sql", "interval"] categories = ["date-and-time"] license = "MIT" repository = "https://github.com/piperRyan/rust-postgres-interval" [dependencies.bytes] version = "^1" [dependencies.chrono] version = "^0.4" [dependencies.postgres-types] version = "^0.2" optional = true [features] default = ["postgres"] postgres = ["postgres-types"]