# 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 = "2018" name = "rpy" version = "0.2.2" authors = ["Matt Godbolt "] description = "Run the appropriate python interpreter in the right way" readme = "README.md" keywords = [ "python", "launcher", ] categories = ["command-line-utilities"] license-file = "LICENSE.md" repository = "https://github.com/aquanauts/rpy" [profile.release] opt-level = "s" lto = "fat" [dependencies.color-eyre] version = "0.6.0" [dependencies.eyre] version = "0.6.6" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.toml] version = "0.5.9" [dev-dependencies.assert_cmd] version = "2.0.4"