ase-shell 0.1.2

àṣẹ – a small Unix-style interactive shell in Rust
Documentation
# 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 = "2024"
name = "ase-shell"
version = "0.1.2"
authors = ["Stephen Emmanuel <emmanuelstephen024@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "àṣẹ – a small Unix-style interactive shell in Rust"
homepage = "https://github.com/steph-crown/ase"
readme = "readme.md"
keywords = [
    "shell",
    "cli",
    "unix",
    "repl",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/steph-crown/ase"

[package.metadata.wix]
upgrade-guid = "3A3E311E-2C52-4A44-B18E-336E5C23AE61"
path-guid = "AD8F21FA-5CFC-4E65-ADCD-52403AB467B8"
license = false
eula = false

[lib]
name = "ase_shell"
path = "src/lib.rs"

[[bin]]
name = "ase"
path = "src/main.rs"

[dependencies.anyhow]
version = "1.0"

[dependencies.glob]
version = "0.3"

[dependencies.pathsearch]
version = "0.2.0"

[dependencies.rustyline]
version = "15.0"

[dependencies.shlex]
version = "1.3.0"

[dependencies.strum]
version = "0.26"
features = ["derive"]

[profile.dist]
lto = "thin"
inherits = "release"