# 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 = "2021" name = "emojifinder-builder" version = "0.2.0" authors = ["Arpad Ray "] include = ["src/main.rs"] description = "Builds the index used by emojifinder" license = "MIT" [dependencies.emojifinder-core] version = "0.2.0" [dependencies.env_logger] version = "0.9.0" [dependencies.exitcode] version = "1.1.2" [dependencies.failure] version = "0.1.8" [dependencies.indexmap] version = "1.8.0" [dependencies.log] version = "0.4.14" [dependencies.roxmltree] version = "0.14.1" [dependencies.serde] version = "1.0.136"