# 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 = "findsource" version = "0.2.4" authors = ["araraloren "] description = "Simple configurable tool for searching source files by extensions easily!" readme = "README.md" keywords = [ "aopt", "app", "extension", "find", ] categories = ["command-line-utilities"] license = "MPL-2.0" repository = "https://github.com/araraloren/findsource" [profile.release] lto = true [[bin]] name = "fs" path = "src/main.rs" [dependencies.async-recursion] version = "1.0.4" [dependencies.atty] version = "0.2.14" [dependencies.color-eyre] version = "0.5.11" [dependencies.cote] version = "0.4.6" features = [ "sync", "serde", "shell", ] [dependencies.dunce] version = "1.0" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0.79" [dependencies.tokio] version = "1.23" features = ["full"]