uchardet-git 0.0.1

C++ 库 uchardet (git 版本) 的简单封装。
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 = "2024"
name = "uchardet-git"
version = "0.0.1"
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.1"