# 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 = "find_unicode" version = "0.4.0" authors = ["Pierre Chevalier "] default-run = "fu" description = "Find Unicode characters, the easy way!" homepage = "https://github.com/pierrechevalier83/find_unicode" documentation = "https://github.com/pierrechevalier83/find_unicode/blob/master/README.md" keywords = ["unicode", "character", "cli", "find", "easy"] license = "MIT" repository = "https://github.com/pierrechevalier83/find_unicode" [[bin]] name = "fu" path = "src/main.rs" [[bin]] name = "gen_data" path = "src/gen_data.rs" [dependencies.skim] version = "0.9.4" [dependencies.structopt] version = "0.3.25"