[package]
edition = "2021"
rust-version = "1.56"
name = "encoding_rs_rw"
version = "0.4.3"
authors = ["LiosK <contact@mail.liosk.net>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Space-efficient std::io::{Read, Write} wrappers for encoding_rs"
documentation = "https://docs.rs/encoding_rs_rw"
readme = "README.md"
keywords = [
"encoding",
"unicode",
"charset",
"io",
]
categories = [
"api-bindings",
"encoding",
"internationalization",
"text-processing",
]
license = "Apache-2.0"
repository = "https://github.com/LiosK/encoding_rs_rw"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = [
"--cfg",
"docsrs",
]
[lib]
name = "encoding_rs_rw"
path = "src/lib.rs"
[[bench]]
name = "normal"
path = "benches/normal.rs"
[[bench]]
name = "replace"
path = "benches/replace.rs"
[dependencies.encoding_rs]
version = "0.8"