# 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 = "hyperpolyglot" version = "0.1.7" authors = ["Connor Monks "] exclude = ["samples/", "vendor.yml", "heuristics.yml", "documentation.yml", "languages.yml"] default-run = "hyply" description = "A fast programming language detector" homepage = "https://github.com/monkslc/hyperpolyglot" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/monkslc/hyperpolyglot" [[bin]] name = "hyply" path = "src/bin/main.rs" [dependencies.clap] version = "2.33.0" [dependencies.ignore] version = "0.4.1" [dependencies.lazy_static] version = "1.4.0" [dependencies.num_cpus] version = "1.13.0" [dependencies.pcre2] version = "0.2.3" [dependencies.phf] version = "0.8" [dependencies.phf_codegen] version = "0.8.0" [dependencies.polyglot_tokenizer] version = "0.2.1" [dependencies.regex] version = "1.3.5" [dependencies.serde] version = "1.0.105" features = ["derive"] [dependencies.serde_yaml] version = "0.8" [dependencies.termcolor] version = "1.1.0"