# 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_es6" version = "0.2.1" authors = ["David Teller "] build = "build.rs" description = "ES6 component of the Binary AST reference implementation." license = "MIT" repository = "https://github.com/Yoric/binjs-ref" [dependencies.assert_matches] version = "^1.3" [dependencies.binjs_io] version = "^0.2" [dependencies.binjs_shared] version = "^0.1" [dependencies.itertools] version = "^0.7" [dependencies.json] version = "^0.11" [dependencies.log] version = "^0.4" [build-dependencies.binjs_generate_library] version = "^0.2" [build-dependencies.binjs_meta] version = "^0.4" [build-dependencies.webidl] version = "^0.8"