[badges.maintenance]
status = "actively-developed"
[dependencies.quick-xml]
optional = true
version = "0.38.0"
[dependencies.serde]
optional = true
version = "1.0.219"
[features]
default = []
quick_xml = ["quick-xml/serialize", "serde/derive"]
[lib]
name = "sniplets"
path = "src/lib.rs"
[package]
authors = ["Serey Vilgelm <sergey@vilgelm.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["development-tools"]
description = "A collection of handy utility functions for Rust projects."
edition = "2024"
homepage = "https://github.com/sv-tools/sniplets-rs"
include = ["src", "Cargo.toml", "README.md", "LICENSE-APACHE", "LICENSE-MIT"]
keywords = ["utilities", "gist", "snippets"]
license = "MIT OR Apache-2.0"
name = "sniplets"
readme = "README.md"
repository = "https://github.com/sv-tools/sniplets-rs.git"
version = "0.2.0"