# 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 = "pyproject-toml" version = "0.6.1" 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" [dependencies.indexmap] version = "1.9.2" features = ["serde-1"] [dependencies.pep440_rs] version = "0.3.6" features = ["serde"] [dependencies.pep508_rs] version = "0.2.1" features = ["serde"] [dependencies.serde] version = "1.0.125" features = ["derive"] [dependencies.toml] version = "0.7.0" features = ["parse"] default-features = false