# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2018" name = "devicon-lookup" version = "0.10.2" authors = ["Corey Alexander "] description = "Prepend the correct devicon to the beginning of each filename" readme = "README.md" license = "MIT" repository = "https://github.com/coreyja/devicon-lookup" [profile.dist] debug = 2 split-debuginfo = "packed" inherits = "release" [[bench]] name = "benchmark_cli" harness = false [dependencies.ansi_term] version = "0.12" [dependencies.docopt] version = "1" [dependencies.itertools] version = "0.12.0" [dependencies.lazy_static] version = "1.4.0" [dependencies.miette] version = "5.10.0" features = ["fancy"] [dependencies.phf] version = "0.11" features = ["macros"] [dependencies.regex] version = "1.9.3" [dependencies.serde] version = "1.0" [dependencies.serde_derive] version = "1.0" [dependencies.thiserror] version = "1.0.56" [dev-dependencies.assert_cmd] version = "2.0.12" [dev-dependencies.colored] version = "2.0" [dev-dependencies.criterion] version = "0.5.1" [dev-dependencies.predicates] version = "3.0.3" [dev-dependencies.temp-dir] version = "0.1.12"