# 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 = "rythonc" version = "0.3.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A command-line Python to Rust compiler, at this point, very incomplete." readme = "README.md" license = "Apache-2.0" repository = "https://github.com/rexlunae/rythonc.git" [[bin]] name = "rythonc" path = "src/main.rs" [dependencies.anyhow] version = "1.0.79" features = ["backtrace"] [dependencies.clap] version = "4.4" features = [ "derive", "cargo", ] [dependencies.fern] version = "0.6" [dependencies.humantime] version = "2.1.0" [dependencies.log] version = "0.4" [dependencies.python-ast] version = "0.3.1" [dependencies.rust-format] version = "0.3" [dependencies.wild] version = "2"