[dependencies.parking_lot]
version = "0.12.3"
[dev-dependencies.rand]
version = "0.8.4"
[lib]
name = "command_history"
path = "src/lib.rs"
[package]
authors = ["Psychloor"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["concurrency"]
description = "A library for managing command history in Rust applications."
edition = "2021"
keywords = ["command", "history", "concurrency", "thread-safety", "multi-threading"]
license = "MIT OR Apache-2.0"
name = "command_history"
readme = "README.md"
repository = "https://github.com/Psychloor/command_history"
version = "1.1.0"
[profile.dev]
debug = 2
opt-level = 1
overflow-checks = true
[profile.dev.package."*"]
opt-level = 2