# 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" rust-version = "1.64" name = "pyproject-toml" version = "0.13.4" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "pyproject.toml parser in Rust" readme = "README.md" keywords = [ "pyproject", "pep517", "pep518", "pep621", "pep639", ] license = "MIT" repository = "https://github.com/PyO3/pyproject-toml-rs.git" [lib] name = "pyproject_toml" path = "src/lib.rs" [dependencies.glob] version = "0.3.1" optional = true [dependencies.indexmap] version = "2.6.0" features = ["serde"] [dependencies.pep440_rs] version = "0.7.2" [dependencies.pep508_rs] version = "0.9.1" [dependencies.serde] version = "1.0.214" features = ["derive"] [dependencies.thiserror] version = "1.0.65" [dependencies.toml] version = "0.8.19" features = ["parse"] default-features = false [dev-dependencies.insta] version = "1.41.0" [features] pep639-glob = ["glob"] tracing = [ "pep440_rs/tracing", "pep508_rs/tracing", ]