Bug 1874684 - Part 10: Replace BigInt with Int128 in RoundNumberToIncrement. r=mgaudet
[gecko.git] / third_party / rust / cssparser / Cargo.toml
blob28312541ae9f0a536883b6bd394cc25eadc25215
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 rust-version = "1.63"
15 name = "cssparser"
16 version = "0.33.0"
17 authors = ["Simon Sapin <simon.sapin@exyr.org>"]
18 exclude = [
19     "src/css-parsing-tests/**",
20     "src/big-data-url.css",
22 description = "Rust implementation of CSS Syntax Level 3"
23 documentation = "https://docs.rs/cssparser/"
24 readme = "README.md"
25 keywords = [
26     "css",
27     "syntax",
28     "parser",
30 license = "MPL-2.0"
31 repository = "https://github.com/servo/rust-cssparser"
33 [dependencies]
34 dtoa-short = "0.3"
35 itoa = "1.0"
36 smallvec = "1.0"
38 [dependencies.cssparser-macros]
39 version = "0.6.1"
40 path = "./macros"
42 [dependencies.phf]
43 version = ">=0.8,<=0.11"
44 features = ["macros"]
46 [dependencies.serde]
47 version = "1.0"
48 optional = true
50 [dev-dependencies]
51 difference = "2.0"
52 encoding_rs = "0.8"
53 serde_json = "1.0"
55 [features]
56 bench = []
57 dummy_match_byte = []
58 skip_long_tests = []
60 [workspace]
61 members = [
62     ".",
63     "./macros",
64     "./color",