# 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.66" name = "python-launcher" version = "1.0.1" authors = ["Brett Cannon "] include = [ "/src/", "/tests/", "/benches/", "/completions/", "/man-page/py.1", "/README.md", "/CHANGELOG.md", "/LICENSE", ] description = "The Python launcher for Unix" homepage = "https://python-launcher.app" readme = "README.md" keywords = ["Python"] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/brettcannon/python-launcher" [profile.dev] split-debuginfo = "unpacked" [profile.release] lto = true codegen-units = 1 strip = true [[bin]] name = "py" path = "src/main.rs" [[bench]] name = "list" harness = false [dependencies.comfy-table] version = "7.1.1" [dependencies.exitcode] version = "1.1.2" [dependencies.human-panic] version = "2.0.0" [dependencies.log] version = "0.4.21" [dependencies.nix] version = "0.29.0" features = ["process"] [dependencies.stderrlog] version = "0.6.0" [dev-dependencies.assert_cmd] version = "2.0.14" [dev-dependencies.criterion] version = "0.5.1" [dev-dependencies.predicates] version = "3.1.0" [dev-dependencies.serial_test] version = "3.0.0" [dev-dependencies.tempfile] version = "3.10.1" [dev-dependencies.test-case] version = "3.3.1" [badges.maintenance] status = "actively-developed"