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

70 lines
1.6 KiB
TOML
Raw Normal View History

2017-07-11 02:17:43 +00:00
# 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)
2017-07-06 22:11:55 +00:00
2017-07-11 02:17:43 +00:00
[package]
name = "cssparser"
version = "0.21.3"
2017-07-11 02:17:43 +00:00
authors = ["Simon Sapin <simon.sapin@exyr.org>"]
build = "build.rs"
2017-07-24 14:37:03 +00:00
exclude = ["src/css-parsing-tests/**", "src/big-data-url.css"]
description = "Rust implementation of CSS Syntax Level 3"
Bug 1342759 - Revendor dependencies r=manishearth MozReview-Commit-ID: byBQQbHb8J --HG-- rename : third_party/rust/syn/.cargo-checksum.json => third_party/rust/syn-0.10.8/.cargo-checksum.json rename : third_party/rust/syn/Cargo.toml => third_party/rust/syn-0.10.8/Cargo.toml rename : third_party/rust/syn/src/aster/qpath.rs => third_party/rust/syn-0.10.8/src/aster/qpath.rs rename : third_party/rust/syn/src/aster/ty.rs => third_party/rust/syn-0.10.8/src/aster/ty.rs rename : third_party/rust/syn/src/attr.rs => third_party/rust/syn-0.10.8/src/attr.rs rename : third_party/rust/syn/src/escape.rs => third_party/rust/syn-0.10.8/src/escape.rs rename : third_party/rust/syn/src/expr.rs => third_party/rust/syn-0.10.8/src/expr.rs rename : third_party/rust/syn/src/generics.rs => third_party/rust/syn-0.10.8/src/generics.rs rename : third_party/rust/syn/src/helper.rs => third_party/rust/syn-0.10.8/src/helper.rs rename : third_party/rust/syn/src/ident.rs => third_party/rust/syn-0.10.8/src/ident.rs rename : third_party/rust/syn/src/item.rs => third_party/rust/syn-0.10.8/src/item.rs rename : third_party/rust/syn/src/krate.rs => third_party/rust/syn-0.10.8/src/krate.rs rename : third_party/rust/syn/src/lib.rs => third_party/rust/syn-0.10.8/src/lib.rs rename : third_party/rust/syn/src/lit.rs => third_party/rust/syn-0.10.8/src/lit.rs rename : third_party/rust/syn/src/mac.rs => third_party/rust/syn-0.10.8/src/mac.rs rename : third_party/rust/syn/src/macro_input.rs => third_party/rust/syn-0.10.8/src/macro_input.rs rename : third_party/rust/syn/src/nom.rs => third_party/rust/syn-0.10.8/src/nom.rs rename : third_party/rust/syn/src/registry.rs => third_party/rust/syn-0.10.8/src/registry.rs rename : third_party/rust/syn/src/space.rs => third_party/rust/syn-0.10.8/src/space.rs rename : third_party/rust/syn/src/ty.rs => third_party/rust/syn-0.10.8/src/ty.rs rename : third_party/rust/syn/src/visit.rs => third_party/rust/syn-0.10.8/src/visit.rs
2017-02-26 12:10:07 +00:00
documentation = "https://docs.rs/cssparser/"
readme = "README.md"
keywords = ["css", "syntax", "parser"]
license = "MPL-2.0"
2017-07-11 02:17:43 +00:00
repository = "https://github.com/servo/rust-cssparser"
2017-09-15 19:46:43 +00:00
[dependencies.matches]
version = "0.1"
[dependencies.phf]
version = "0.7"
[dependencies.cssparser-macros]
version = "0.3"
[dependencies.serde]
version = "1.0"
optional = true
2017-09-19 19:44:39 +00:00
[dependencies.dtoa-short]
2017-09-12 17:49:34 +00:00
version = "0.3"
[dependencies.heapsize]
version = ">= 0.3, < 0.5"
optional = true
2017-09-19 19:44:39 +00:00
[dependencies.smallvec]
version = "0.4.3"
[dependencies.procedural-masquerade]
version = "0.1"
[dependencies.itoa]
version = "0.3"
2017-09-19 19:44:39 +00:00
[dev-dependencies.rustc-serialize]
2017-09-12 17:49:34 +00:00
version = "0.3"
2017-09-19 19:44:39 +00:00
2017-09-15 19:46:43 +00:00
[dev-dependencies.encoding_rs]
version = "0.7"
2017-09-12 17:49:34 +00:00
[dev-dependencies.difference]
version = "1.0"
[build-dependencies.syn]
version = "0.11"
[build-dependencies.quote]
version = "0.3"
[features]
dummy_match_byte = []
2017-09-12 17:49:34 +00:00
bench = []