[dependencies.serde]
features = ["derive"]
optional = true
version = "1.0"
[dependencies.thiserror]
version = "2.0"
[dev-dependencies.bincode]
version = "1.3"
[dev-dependencies.serde_json]
version = "1.0"
[features]
default = ["with-struct"]
nightly = []
with-struct = ["serde"]
[lib]
name = "dec_sixbit"
path = "src/lib.rs"
[package]
authors = ["Inomoto, Yota <yota@perforate.org>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["encoding", "text-processing"]
description = "Implementation of DEC SIXBIT encoding"
documentation = "https://docs.rs/dec-sixbit/"
edition = "2021"
include = ["/src", "/Cargo.toml", "/README.md", "/LICENSE-APACHE", "/LICENSE-MIT"]
keywords = ["sixbit", "dec", "encoding", "text", "serialization"]
license = "MIT OR Apache-2.0"
name = "dec-sixbit"
readme = "README.md"
repository = "https://github.com/wiyota/dec-sixbit-rs/"
rust-version = "1.78.0"
version = "0.1.3"