seqc 0.1.1

Pattern-based encoding library
Documentation
[dev-dependencies.rand]
version = "0.9.2"

[features]
default = ["std", "from_bytes"]
from_bytes = []
std = []

[lib]
name = "seqc"
path = "src/lib.rs"

[package]
authors = ["quyxishi <874contact@proton.me>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-utilities", "encoding"]
description = "Pattern-based encoding library"
documentation = "https://docs.rs/seqc"
edition = "2024"
keywords = ["encoding", "encryption", "low-entropy", "steganography", "cli"]
license = "MIT"
name = "seqc"
readme = "README.md"
repository = "https://github.com/quyxishi/seqc"
version = "0.1.1"

[profile.release]
codegen-units = 1
debug = 0
debug-assertions = false
incremental = false
lto = "fat"
opt-level = "z"
overflow-checks = false
panic = "abort"
rpath = false
split-debuginfo = "packed"
strip = "symbols"