# 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 = "cicada" version = "1.0.3" authors = ["Hugo Wang "] build = "src/build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "A simple Bash-like Unix shell." readme = "README.md" keywords = [ "shell", "unix", ] categories = [ "command-line-utilities", "command-line-interface", "development-tools", ] license = "MIT" repository = "https://github.com/mitnk/cicada" [profile.release] lto = true strip = true [lib] name = "cicada" path = "src/lib.rs" [[bin]] name = "cicada" path = "src/main.rs" doc = false [dependencies.clap] version = "4.5" features = [ "std", "derive", "help", ] default-features = false [dependencies.errno] version = "0.3.0" [dependencies.exec] version = "0.3.0" [dependencies.glob] version = "0.3.0" [dependencies.lazy_static] version = "1.5.0" [dependencies.libc] version = "0.2.0" [dependencies.linefeed] version = "0.6.0" [dependencies.nix] version = "0.29.0" features = [ "fs", "process", "signal", ] [dependencies.pest] version = "2.7" [dependencies.pest_derive] version = "2.7" [dependencies.regex] version = "1" [dependencies.rusqlite] version = "0.32" features = ["bundled"] [dependencies.structopt] version = "0.3" default-features = false [dependencies.time] version = "0.3" features = ["local-offset"] [dependencies.uuid] version = "1.4" features = [ "serde", "v4", ] [dependencies.yaml-rust] version = "0.4.0" [build-dependencies.time] version = "0.3" features = ["local-offset"]