[[bin]]
name = "ps1"
path = "ps1.rs"
[dependencies.chrono]
version = "0.4.41"
[dependencies.clap]
features = ["derive", "env", "string", "unicode", "wrap_help"]
version = "4.5.36"
[dependencies.console]
version = "0.15.11"
[dependencies.git2]
version = "0.20.1"
[dependencies.iocore]
version = "3.0.3"
[dependencies.pest]
features = ["pretty-print"]
version = "2.8.0"
[dependencies.pest_derive]
version = "2.8.0"
[dependencies.sanitation]
version = "1.0.3"
[dependencies.serde]
features = ["derive"]
version = "1.0.219"
[dependencies.strip-ansi-escapes]
version = "0.2.0"
[dependencies.toml]
version = "0.8.20"
[dependencies.unique-pointer]
version = "0.5.0"
[dev-dependencies.k9]
version = "0.12.0"
[lib]
name = "ps1g"
path = "src/lib.rs"
[package]
authors = ["Gabriel DeMoura <gabrielteratos@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "prompt generator"
documentation = "https://docs.rs/ps1g"
edition = "2024"
homepage = "https://github.com/gabrielfalcao/ps1g"
keywords = ["prompt", "ps1", "unix", "shell", "bash"]
license = "MIT OR Apache-2.0"
name = "ps1g"
readme = "README.md"
repository = "https://github.com/gabrielfalcao/ps1g"
version = "0.0.1"
[package.metadata]
cargo-args = ["-Zmtime-on-use", "-Zavoid-dev-deps", "-Zcustom_mir"]
[[test]]
name = "test_ast"
path = "tests/test_ast.rs"
[[test]]
name = "test_config"
path = "tests/test_config.rs"
[[test]]
name = "test_lib"
path = "tests/test_lib.rs"