# 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 = "findpython" version = "1.0.0-alpha.3" authors = ["Frost Ming "] description = "Find python executables on your system" readme = "README.md" license = "MIT" repository = "https://github.com/frostming/findpython" [lib] name = "findpython" crate-type = [ "cdylib", "rlib", ] [dependencies.anyhow] version = "1.0.71" [dependencies.clap] version = "4.3.11" features = ["derive"] [dependencies.dirs] version = "5.0.1" [dependencies.faccess] version = "0.2.4" [dependencies.fancy-regex] version = "0.11.0" [dependencies.lazy_static] version = "1.4.0" [dependencies.md5] version = "0.7.0" [dependencies.pep440_rs] version = "0.3.11" [dependencies.pyo3] version = "0.19.0" features = [ "abi3-py37", "anyhow", ] optional = true [dependencies.serde] version = "1.0.167" features = ["derive"] [dependencies.serde_json] version = "1.0.100" [dependencies.shellexpand] version = "3.1.0" [dependencies.wait-timeout] version = "0.2.0" [dependencies.which] version = "4.4.0" [features] pyo3 = [ "dep:pyo3", "pep440_rs/pyo3", ] [target."cfg(windows)".dependencies.winreg] version = "0.50"