# 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 = "pep440_rs" version = "0.3.6" include = [ "/src", "Changelog.md", "License-Apache", "License-BSD", "Readme.md", "pyproject.toml", ] description = "A library for python version numbers and specifiers, implementing PEP 440" readme = "Readme.md" license = "Apache-2.0 OR BSD-2-Clause" repository = "https://github.com/konstin/pep440-rs" [package.metadata.maturin] name = "pep440_rs._pep440_rs" [lib] name = "pep440_rs" crate-type = [ "rlib", "cdylib", ] [dependencies.lazy_static] version = "1.4.0" [dependencies.pyo3] version = "0.18.2" features = [ "extension-module", "abi3-py37", ] optional = true [dependencies.regex] version = "1.7.0" features = [ "std", "perf", "unicode-case", "unicode-perl", ] default-features = false [dependencies.serde] version = "1.0.150" features = ["derive"] optional = true [dependencies.tracing] version = "0.1.37" [dependencies.unicode-width] version = "0.1.10" [dev-dependencies.indoc] version = "2.0.1"