tool-versions 1.0.0

Parser and manipulation library for .tool-versions files
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2024"
rust-version = "1.93"
name = "tool-versions"
version = "1.0.0"
authors = ["Michael S. Klishin and Contributors"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Parser and manipulation library for .tool-versions files"
homepage = "https://github.com/michaelklishin/frm/tree/main/crates/tool-versions"
readme = "README.md"
keywords = [
    "asdf",
    "tool-versions",
    "version-manager",
    "parser",
]
categories = [
    "config",
    "parsing",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/michaelklishin/frm/tree/main/crates/tool-versions"

[features]
default = []
serde = ["dep:serde"]

[lib]
name = "tool_versions"
path = "src/lib.rs"

[[test]]
name = "serde_tests"
path = "tests/serde_tests.rs"

[[test]]
name = "tool_versions_proptests"
path = "tests/tool_versions_proptests.rs"

[[test]]
name = "tool_versions_tests"
path = "tests/tool_versions_tests.rs"

[dependencies.serde]
version = "1.0"
features = ["derive"]
optional = true

[dependencies.thiserror]
version = "2.0"

[dev-dependencies.proptest]
version = "1.6"

[dev-dependencies.serde_json]
version = "1.0"

[dev-dependencies.tempfile]
version = "3.19"

[lints.clippy]
uninlined_format_args = "allow"