boytacean-encoding 0.13.2

Codecs library for Boytacen.
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 = "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"