# 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] edition = "2018" name = "ninja-build-syntax" version = "0.0.2" authors = ["Frank Benkstein "] description = "Parser for ninja's manifest file format, i.e. `ninja.build` files." documentation = "https://docs.rs/ninja-build-syntax/" license = "MIT" repository = "https://github.com/fbenkstein/ninja-build-syntax" [[bench]] name = "bench_assets" harness = false [dependencies.nom] version = "5.0" [dev-dependencies.bstr] version = "0.2" [dev-dependencies.criterion] version = "0.2" [dev-dependencies.crossbeam] version = "0.3" [dev-dependencies.tar] version = "0.4" [dev-dependencies.xz2] version = "0.1"