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

46 строки
1.4 KiB
TOML

# 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)
[package]
name = "binjs_meta"
version = "0.4.3"
authors = ["David Teller <D.O.Teller@gmail.com>"]
description = "Part of binjs-ref. Tools for manipulating grammars. You probably do not want to use this crate directly unless you're writing an encoder, decoder or parser generator for binjs."
homepage = "https://binast.github.io/ecmascript-binary-ast/"
readme = "README.md"
keywords = ["javascript", "js", "binjs", "ast"]
categories = ["compression", "parsing", "web-programming"]
license = "MIT"
repository = "https://github.com/binast/binjs-ref"
[dependencies.Inflector]
version = "^0.11"
[dependencies.itertools]
version = "^0.7"
[dependencies.log]
version = "^0.4"
[dependencies.webidl]
version = "^0.8"
[dev-dependencies.clap]
version = "^2"
[dev-dependencies.env_logger]
version = "^0.5"
[dev-dependencies.yaml-rust]
version = "^0.4"
[badges.travis-ci]
branch = "master"
repository = "https://github.com/binast/binjs-ref"