clawsh 0.3.0

A shell built in rust for codecrafters
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"
rust-version = "1.91"
name = "clawsh"
version = "0.3.0"
authors = [
    "Codecrafters <hello@codecrafters.io>",
    "Quinn Cuijpers <Quinn.Cuijpers@gmail.com>",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A shell built in rust for codecrafters"
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/QuinnCuijpers/clawsh"

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

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

[dependencies.faccess]
version = "0.2.4"

[dependencies.rustyline]
version = "17.0.1"
features = [
    "derive",
    "with-file-history",
]

[dependencies.thiserror]
version = "2.0.18"

[lints.clippy]
expect_used = "warn"
missing_docs = "warn"
pedantic = "warn"
unwrap_used = "warn"