[dependencies.camino]
version = "1.1.10"
[dependencies.color-eyre]
version = "0.6.5"
[dependencies.thiserror]
version = "2.0.12"
[dependencies.tokio]
features = ["rt"]
version = "1.45.1"
[dependencies.tracing]
version = "0.1.41"
[lib]
name = "ystd"
path = "src/lib.rs"
[lints.clippy]
undocumented_unsafe_blocks = "warn"
[lints.rust]
async_fn_in_trait = "allow"
irrefutable_let_patterns = "allow"
unused_imports = "allow"
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "An opinionated and batteries included `std` mirror for convenient, correct code and pleasant error messages"
documentation = "https://docs.rs/ystd"
edition = "2024"
homepage = "https://lib.rs/ystd"
license = "MIT"
name = "ystd"
publish = true
readme = "README.md"
repository = "https://github.com/ActuallyHappening/YMap/tree/yit"
version = "0.0.1"