[dependencies]
[dev-dependencies]
[lib]
name = "lino_env"
path = "src/lib.rs"
[lints.clippy]
missing_errors_doc = "allow"
missing_panics_doc = "allow"
module_name_repetitions = "allow"
too_many_lines = "allow"
[lints.clippy.all]
level = "warn"
priority = -1
[lints.clippy.nursery]
level = "warn"
priority = -1
[lints.clippy.pedantic]
level = "warn"
priority = -1
[lints.rust]
unsafe_code = "forbid"
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["config", "parser-implementations"]
description = "A Rust library to read and write .lenv files"
documentation = "https://github.com/link-foundation/lino-env"
edition = "2021"
keywords = ["lino", "env", "environment", "links-notation", "config"]
license = "Unlicense"
name = "lino-env"
readme = "README.md"
repository = "https://github.com/link-foundation/lino-env"
rust-version = "1.70"
version = "0.1.0"
[profile.release]
codegen-units = 1
lto = true
strip = true