[package]
edition = "2021"
rust-version = "1.85"
name = "vs-humanize"
version = "0.1.5"
authors = ["Frane Bandov <frane.bandov@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Human-like input synthesis for vibesurfer."
readme = "README.md"
license = "Apache-2.0"
repository = "https://github.com/frane/vibesurfer"
[lib]
name = "vs_humanize"
path = "src/lib.rs"
[lints.clippy]
doc_markdown = "allow"
missing_errors_doc = "allow"
missing_panics_doc = "allow"
module_name_repetitions = "allow"
[lints.clippy.all]
level = "warn"
priority = -1
[lints.clippy.pedantic]
level = "warn"
priority = -1
[lints.rust]
unsafe_code = "warn"