# 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 = "2018" name = "hush" version = "0.1.4" authors = ["gahag "] description = "Hush is a unix shell scripting language based on the Lua programming language" homepage = "https://github.com/gahag/hush" license = "MIT" repository = "https://github.com/gahag/hush" [profile.release] lto = true [dependencies.automod] version = "1.0" [dependencies.base64] version = "0.13" [dependencies.bstr] version = "0.2" [dependencies.clap] version = "2.33" [dependencies.gc] version = "0.4" features = ["derive"] [dependencies.glob] version = "0.3" [dependencies.hex] version = "0.4" [dependencies.intaglio] version = "1.2" [dependencies.inventory] version = "0.1" [dependencies.os_pipe] version = "1.0" [dependencies.regex] version = "1.5" features = ["std"] default-features = false [dependencies.serde] version = "1.0" [dependencies.serde_json] version = "1.0" [dependencies.serial_test] version = "0.5" [dependencies.termion] version = "1.5" [dev-dependencies.assert_matches] version = "1.5"