# 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 = "ecmascript" version = "0.2.0" authors = ["Nicholas Dujay "] description = "A rust implementation of an ECMAScript parser" homepage = "https://github.com/dat2/ecmascript" documentation = "https://docs.rs/ecmascript" readme = "README.md" keywords = ["ecmascript", "javascript", "parser"] categories = ["parser-implementations", "parsing"] license = "MIT" repository = "https://github.com/dat2/ecmascript" [lib] name = "ecmascript" [dependencies.clap] version = "2.32.0" [dependencies.combine] version = "3.3.2" [dependencies.failure] version = "0.1.1" [dependencies.glob] version = "0.2.11" [dependencies.lazy_static] version = "1.0.1" [dependencies.serde] version = "1.0.70" [dependencies.serde_derive] version = "1.0.70" [dependencies.serde_json] version = "1.0.22" [dependencies.unicode-xid] version = "0.1.0" [badges.codecov] branch = "master" repository = "dat2/ecmascript" service = "github" [badges.maintenance] status = "actively-developed" [badges.travis-ci] branch = "master" repository = "dat2/ecmascript"