Bug 1888590 - Mark some subtests on trusted-types-event-handlers.html as failing...
[gecko.git] / third_party / rust / ron / Cargo.toml
blob5879d23a5de5d04c8febb917ebbede24fff4206e
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 = "2021"
14 rust-version = "1.64.0"
15 name = "ron"
16 version = "0.8.1"
17 authors = [
18     "Christopher Durham <cad97@cad97.com>",
19     "Dzmitry Malyshau <kvarkus@gmail.com>",
20     "Thomas Schaller <torkleyy@gmail.com>",
21     "Juniper Tyree <juniper.tyree@helsinki.fi>",
23 description = "Rusty Object Notation"
24 homepage = "https://github.com/ron-rs/ron"
25 documentation = "https://docs.rs/ron/"
26 readme = "README.md"
27 keywords = [
28     "parser",
29     "serde",
30     "serialization",
32 categories = ["encoding"]
33 license = "MIT OR Apache-2.0"
34 repository = "https://github.com/ron-rs/ron"
36 [dependencies.base64]
37 version = "0.21"
39 [dependencies.bitflags]
40 version = "2.0"
41 features = ["serde"]
43 [dependencies.indexmap]
44 version = "2.0"
45 features = ["serde"]
46 optional = true
48 [dependencies.serde]
49 version = "1.0.60"
51 [dependencies.serde_derive]
52 version = "1.0"
54 [dev-dependencies.option_set]
55 version = "0.2"
57 [dev-dependencies.serde]
58 version = "1.0"
59 features = ["derive"]
61 [dev-dependencies.serde_bytes]
62 version = "0.11"
64 [dev-dependencies.serde_json]
65 version = "1.0"
67 [features]
68 default = []
69 integer128 = []