# 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 = "findsrouce" version = "0.0.4" authors = ["araraloren "] description = "Simple configurable tool find source file with extension." keywords = ["aopt", "app", "extension", "find"] categories = ["command-line-utilities"] license = "MPL-2.0" repository = "https://github.com/araraloren/findsource" resolver = "2" [[bin]] name = "fs" path = "src/main.rs" [dependencies.aopt] version = "0.6.2" features = ["sync"] [dependencies.aopt-help] version = "0.2.6" [dependencies.aopt-macro] version = "0.1.0" [dependencies.async-std] version = "1.10.0" features = ["std", "attributes"] [dependencies.atty] version = "0.2.14" [dependencies.color-eyre] version = "0.5.11" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0.79" [dependencies.tracing-subscriber] version = "0.3.2" features = ["env-filter"] [dependencies.ustr] version = "0.8.1" features = ["serialization"]