# 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 = "python-ast" version = "0.3.1" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A library for compiling Python to Rust" documentation = "https://docs.rs/python-ast" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/rexlunae/python-ast-rs.git" [lib] name = "python_ast" path = "src/lib.rs" [dependencies.encoding] version = "0.2.33" [dependencies.env_logger] version = "0.11.0" [dependencies.litrs] version = "0.4.1" [dependencies.log] version = "0.4" [dependencies.num-derive] version = "0.4" [dependencies.num-traits] version = "0.2" [dependencies.proc-macro-error] version = "1.0.4" [dependencies.proc-macro2] version = "1.0" [dependencies.pyo3] version = "0.21" features = [ "auto-initialize", "serde", ] [dependencies.pythonize] version = "0.21" [dependencies.quote] version = "1.0" [dependencies.serde] version = "1.0.195" features = [ "serde_derive", "derive", "rc", ] [dependencies.serde-pickle] version = "1.1.1" [dependencies.syn] version = "2.0" [dependencies.test-log] version = "0.2" [dependencies.thiserror] version = "1.0.56" [dependencies.to_tokenstream] version = "0.1.3"