[package]
edition = "2024"
rust-version = "1.88.0"
name = "cutty_config"
version = "0.3.4"
authors = ["Christian Duerr <contact@christianduerr.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "CuTTY configuration abstractions"
homepage = "https://github.com/gold-silver-copper/CuTTY"
documentation = "https://docs.rs/cutty_config"
readme = false
license = "MIT OR Apache-2.0"
repository = "https://github.com/gold-silver-copper/CuTTY"
resolver = "2"
[lib]
name = "cutty_config"
path = "src/lib.rs"
[dependencies.log]
version = "0.4.17"
features = ["serde"]
[dependencies.serde]
version = "1.0.163"
[dependencies.toml]
version = "0.9.11"