# 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.72.1" name = "rustpython-parser-vendored" version = "0.4.0" authors = [ "RustPython Team", "and the original authors of the vendored modules", ] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "RustPython parser vendored third-party crates." readme = "README" license = "MIT" repository = "https://github.com/RustPython/Parser" [lib] name = "rustpython_parser_vendored" path = "src/lib.rs" [dependencies.memchr] version = "2.5.0" [dependencies.once_cell] version = "1.18.0" [dependencies.serde] version = "1.0.133" features = ["derive"] optional = true default-features = false [features] default = [] location = []