# 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 = "pep508_rs" version = "0.9.1" build = false include = [ "/src", "Changelog.md", "License-Apache", "License-BSD", "Readme.md", "pyproject.toml", ] autobins = false autoexamples = false autotests = false autobenches = false description = "A library for python dependency specifiers, better known as PEP 508" readme = "Readme.md" license = "Apache-2.0 OR BSD-2-Clause" repository = "https://github.com/konstin/pep508_rs" [lib] name = "pep508_rs" crate-type = [ "cdylib", "rlib", ] path = "src/lib.rs" [dependencies.boxcar] version = "0.2.6" [dependencies.indexmap] version = "2.6.0" [dependencies.itertools] version = "0.13.0" [dependencies.once_cell] version = "1.19.0" [dependencies.pep440_rs] version = "0.7.2" features = ["version-ranges"] [dependencies.regex] version = "1.10.4" [dependencies.rustc-hash] version = "2.0.0" [dependencies.schemars] version = "0.8.21" optional = true [dependencies.serde] version = "1.0.198" features = [ "rc", "derive", ] [dependencies.smallvec] version = "1.13.2" [dependencies.thiserror] version = "1.0.59" [dependencies.tracing] version = "0.1.40" optional = true [dependencies.unicode-width] version = "0.2.0" [dependencies.url] version = "2.5.0" features = ["serde"] [dependencies.urlencoding] version = "2.1.3" [dependencies.version-ranges] version = "0.1.0" [dev-dependencies.indoc] version = "2.0.5" [dev-dependencies.insta] version = "1.41.0" [dev-dependencies.log] version = "0.4.22" [dev-dependencies.serde_json] version = "1.0.116" [dev-dependencies.testing_logger] version = "0.1.1" [dev-dependencies.tracing-test] version = "0.2.5" [features] default = [] non-pep508-extensions = [] schemars = ["dep:schemars"] tracing = [ "dep:tracing", "pep440_rs/tracing", ] [lints.clippy] collapsible_if = "allow"