# 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 = "l8ash" version = "0.1.1" description = "a restrictive shell for system operators" homepage = "https://github.com/g1eng/l8ash" documentation = "https://github.com/g1eng/l8ash" readme = "README.md" keywords = ["shell"] categories = [ "command-line-utilities", "shell", ] license = "MIT OR Apache-2.0" repository = "https://github.com/g1eng/l8ash" [dependencies.ring] version = "0.16.20" [dependencies.serde] version = "^1.0.185" [dependencies.serde_derive] version = "^1.0.185" [dependencies.toml] version = "0.7.6" [dependencies.ttyui] version = "^0.1.4"