# 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 = "debversion" version = "0.4.4" authors = ["Jelmer Vernooij "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Debian version parsing, manipulation and comparison" homepage = "https://github.com/jelmer/debversion-rs" documentation = "https://docs.rs/debversion" readme = "README.md" keywords = [ "debian", "version", "dpkg", ] categories = ["parser-implementations"] license = "Apache-2.0" repository = "https://github.com/jelmer/debversion-rs" [lib] name = "debversion" path = "src/lib.rs" [dependencies.chrono] version = "0.4.38" features = ["alloc"] default-features = false [dependencies.lazy-regex] version = ">=2" [dependencies.pyo3] version = ">=0.22" optional = true [dependencies.serde] version = "^1" optional = true [dependencies.sqlx] version = "^0.8" features = ["postgres"] optional = true default-features = false [dev-dependencies.pyo3] version = ">=0.22" features = ["auto-initialize"] [dev-dependencies.sqlx] version = "^0.8" features = ["runtime-async-std-native-tls"] default-features = false [features] default = [] python-debian = ["dep:pyo3"] serde = ["dep:serde"] sqlx = ["sqlx/postgres"]