# 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.5.4" authors = ["David Teller "] 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.4" default-features = false [dependencies.itertools] version = "^0.8" [dependencies.log] version = "^0.4" [dependencies.weedle] version = "0.11" [dev-dependencies.clap] version = "^2.0" [dev-dependencies.env_logger] version = "^0.6" [dev-dependencies.yaml-rust] version = "^0.4" [badges.travis-ci] branch = "master" repository = "https://github.com/binast/binjs-ref"