# 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 = "spyn" version = "0.7.0" description = "A tool for creating on-demand Python virtual environments" homepage = "https://github.com/vmalloc/spyn" readme = "README.md" license = "MIT" repository = "https://github.com/vmalloc/spyn" [dependencies.anyhow] version = "1.0.81" [dependencies.clap] version = "4.5.2" features = ["derive"] [dependencies.ctrlc] version = "3.4.4" [dependencies.hex] version = "0.4.3" [dependencies.homedir] version = "0.2.1" [dependencies.itertools] version = "0.12.1" [dependencies.sha3] version = "0.10.8" [dependencies.smol_str] version = "0.2.1" [dependencies.tracing] version = "0.1.40" [dependencies.tracing-subscriber] version = "0.3.18" features = [ "fmt", "env-filter", ] [dependencies.which] version = "6" [dev-dependencies.literally] version = "0.1.3"