[package]
edition = "2024"
name = "uchardet-git"
version = "0.0.6"
authors = ["worksoup"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "C++ 库 uchardet (git 版本) 的简单封装。"
homepage = "https://github.com/worksoup/rust-uchardet"
documentation = "http://docs.rs/uchardet-git"
readme = "README.md"
keywords = [
"encoding",
"text",
"i18n",
]
license = "MIT"
repository = "https://github.com/worksoup/rust-uchardet"
[features]
auto_encoding_reader = [
"encoding",
"dep:reader_ext",
]
default = [
"auto_encoding_reader",
"encoding",
]
encoding = ["dep:encoding_rs"]
[lib]
name = "uchardet_git"
path = "src/lib.rs"
[[test]]
name = "uchardet"
path = "tests/uchardet.rs"
[dependencies.encoding_rs]
version = "0.8"
optional = true
[dependencies.reader_ext]
version = "0.0.1"
optional = true
[dependencies.thiserror]
version = "2"
[dependencies.uchardet-git-sys]
version = "0.0.2"