yore 2.1.1

Rust library for decoding/encoding character sets according to OEM code pages
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"
name = "yore"
version = "2.1.1"
authors = ["Andreas Liljeqvist <bonega@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Rust library for decoding/encoding character sets according to OEM code pages"
readme = "README.md"
keywords = [
    "encoding",
    "charset",
]
categories = ["encoding"]
license = "MIT"
repository = "https://github.com/bonega/yore/"

[features]
alloc = []
cp437g = []
default = ["std"]
std = ["alloc"]

[lib]
name = "yore"
path = "src/lib.rs"
bench = false

[[test]]
name = "writer_stress"
path = "tests/writer_stress.rs"

[[bench]]
name = "benchmarks"
path = "benches/benchmarks.rs"
harness = false

[dependencies]

[dev-dependencies.criterion]
version = "0.3.5"

[dev-dependencies.rand]
version = "0.8.4"

[dev-dependencies.rand_pcg]
version = "0.3.1"