Bug 1888590 - Mark some subtests on trusted-types-event-handlers.html as failing...
[gecko.git] / third_party / rust / chardetng_c / Cargo.toml
bloba4dbace3b2b7b2623556ce95d58654142c73531f
1 # THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
3 # When uploading crates to the registry Cargo will automatically
4 # "normalize" Cargo.toml files for maximal compatibility
5 # with all versions of Cargo and also rewrite `path` dependencies
6 # to registry (e.g., crates.io) dependencies.
8 # If you are reading this file be aware that the original Cargo.toml
9 # will likely look very different (and much more reasonable).
10 # See Cargo.toml.orig for the original contents.
12 [package]
13 edition = "2018"
14 name = "chardetng_c"
15 version = "0.1.2"
16 authors = ["Henri Sivonen <hsivonen@hsivonen.fi>"]
17 description = "C bindings for chardetng"
18 homepage = "https://docs.rs/chardetng_c/"
19 documentation = "https://docs.rs/chardetng_c/"
20 readme = "README.md"
21 keywords = [
22     "encoding",
23     "web",
24     "unicode",
25     "charset",
27 categories = [
28     "text-processing",
29     "encoding",
30     "web-programming",
31     "internationalization",
33 license = "Apache-2.0 OR MIT"
34 repository = "https://github.com/hsivonen/chardetng-c"
36 [dependencies]
37 chardetng = "0.1.1"
38 encoding_rs = "0.8.17"