[package]
edition = "2021"
rust-version = "1.86.0"
name = "boytacean-encoding"
version = "0.13.2"
authors = ["João Magalhães <joamag@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Codecs library for Boytacen."
readme = false
license = "Apache-2.0"
[features]
simd = ["boytacean-hashing/simd"]
[lib]
name = "boytacean_encoding"
path = "src/lib.rs"
[[bin]]
name = "zippy"
path = "src/cli/zippy.rs"
[dependencies.boytacean-common]
version = "0.13.2"
[dependencies.boytacean-hashing]
version = "0.13.2"