# 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 = "lilyenv" version = "1.3.0" authors = ["Lily Foote"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A Python interpreter and virtualenv manager" readme = "README.md" keywords = [ "python", "virtualenv", ] categories = [ "command-line-utilities", "development-tools", "virtualization", ] license = "MIT" repository = "https://github.com/LilyFoote/lilyenv" [[bin]] name = "lilyenv" path = "src/main.rs" [dependencies.bzip2] version = "0.4.4" [dependencies.chrono] version = "0.4.38" [dependencies.clap] version = "4.5.4" features = ["derive"] [dependencies.current_platform] version = "0.2.0" [dependencies.directories] version = "5.0.1" [dependencies.flate2] version = "1.0.30" [dependencies.nom] version = "7.1.3" [dependencies.octocrab] version = "0.38.0" [dependencies.reqwest] version = "0.12.4" features = ["blocking"] [dependencies.scraper] version = "0.19.0" [dependencies.tar] version = "0.4.40" [dependencies.tokio] version = "1.38.0" [dependencies.url] version = "2.5.0" [dependencies.zstd] version = "0.13.1"