# 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 = "whattheshell" version = "1.1.0" authors = ["Ringo Hoffmann "] description = "Infer the current shell the application is running on" homepage = "https://github.com/zekrotja/whattheshell" documentation = "https://docs.rs/whattheshell" readme = "README.md" keywords = [ "shell", "infer-shell", "cli", ] license = "MIT" repository = "https://github.com/zekrotja/whattheshell" [dependencies.thiserror] version = "1.0.44" [target."cfg(not(uniex))".dependencies.sysinfo] version = "0.29.6"