[[bin]]
name = "shoco"
path = "src/main.rs"
[lib]
name = "shoco"
path = "src/lib.rs"
[package]
authors = ["Connor McCluskey <conmcclusk@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Shoco port to Rust, a fast compressor for short strings"
documentation = "https://docs.rs/shoco"
edition = "2024"
exclude = [".github/"]
keywords = ["compression"]
license = "MIT OR Apache-2.0"
name = "shoco"
readme = "README.md"
repository = "https://github.com/aceeri/shoco"
rust-version = "1.88.0"
version = "0.1.0"