gecko-dev/third_party/rust/encoding_c/Cargo.toml

30 строки
1.1 KiB
TOML

# 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 believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)
[package]
name = "encoding_c"
version = "0.8.0"
authors = ["Henri Sivonen <hsivonen@hsivonen.fi>"]
description = "C API for encoding_rs"
homepage = "https://docs.rs/encoding_c/"
documentation = "https://docs.rs/encoding_c/"
readme = "README.md"
keywords = ["ffi", "capi", "encoding", "unicode", "charset"]
license = "MIT/Apache-2.0"
repository = "https://github.com/hsivonen/encoding_c"
[dependencies.encoding_rs]
version = "0.7.0"
[features]
simd-accel = ["encoding_rs/simd-accel"]
no-static-ideograph-encoder-tables = ["encoding_rs/no-static-ideograph-encoder-tables"]