Blame third_party/rust/unicode-bidi/Cargo.toml

Packit f0b94e
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
Packit f0b94e
#
Packit f0b94e
# When uploading crates to the registry Cargo will automatically
Packit f0b94e
# "normalize" Cargo.toml files for maximal compatibility
Packit f0b94e
# with all versions of Cargo and also rewrite `path` dependencies
Packit f0b94e
# to registry (e.g. crates.io) dependencies
Packit f0b94e
#
Packit f0b94e
# If you believe there's an error in this file please file an
Packit f0b94e
# issue against the rust-lang/cargo repository. If you're
Packit f0b94e
# editing this file be aware that the upstream Cargo.toml
Packit f0b94e
# will likely look very different (and much more reasonable)
Packit f0b94e
Packit f0b94e
[package]
Packit f0b94e
name = "unicode-bidi"
Packit f0b94e
version = "0.3.4"
Packit f0b94e
authors = ["The Servo Project Developers"]
Packit f0b94e
exclude = ["benches/**", "data/**", "examples/**", "tests/**", "tools/**"]
Packit f0b94e
description = "Implementation of the Unicode Bidirectional Algorithm"
Packit f0b94e
documentation = "http://doc.servo.org/unicode_bidi/"
Packit f0b94e
keywords = ["rtl", "unicode", "text", "layout", "bidi"]
Packit f0b94e
license = "MIT / Apache-2.0"
Packit f0b94e
repository = "https://github.com/servo/unicode-bidi"
Packit f0b94e
Packit f0b94e
[lib]
Packit f0b94e
name = "unicode_bidi"
Packit f0b94e
[dependencies.flame]
Packit f0b94e
version = "0.1"
Packit f0b94e
optional = true
Packit f0b94e
Packit f0b94e
[dependencies.flamer]
Packit f0b94e
version = "0.1"
Packit f0b94e
optional = true
Packit f0b94e
Packit f0b94e
[dependencies.serde]
Packit f0b94e
version = ">=0.8, <2.0"
Packit f0b94e
features = ["derive"]
Packit f0b94e
optional = true
Packit f0b94e
Packit f0b94e
[dependencies.matches]
Packit f0b94e
version = "0.1"
Packit f0b94e
[dev-dependencies.serde_test]
Packit f0b94e
version = ">=0.8, <2.0"
Packit f0b94e
Packit f0b94e
[features]
Packit f0b94e
with_serde = ["serde"]
Packit f0b94e
flame_it = ["flame", "flamer"]
Packit f0b94e
unstable = []
Packit f0b94e
default = []
Packit f0b94e
bench_it = []