# 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 = "pep-508" version = "0.4.0" authors = ["figsoda "] description = "Python dependency parser for PEP 508" homepage = "https://github.com/figsoda/pep-508" documentation = "https://docs.rs/pep-508" readme = "README.md" keywords = [ "dependency", "parser", "pep508", "python", "requirements", ] categories = ["parser-implementations"] license = "MPL-2.0" repository = "https://github.com/figsoda/pep-508" [dependencies.chumsky] version = "=1.0.0-alpha.6" [dev-dependencies.insta] version = "1.34.0"