# 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 = "csearch" version = "1.1.2" authors = ["Daniil Nebytov "] description = "Enter your query and it will be opened in browser" readme = "README.md" license = "MIT" repository = "https://github.com/Nanoster1/csearch" resolver = "1" [profile.release] panic = "abort" [dependencies.anyhow] version = "1.0.70" [dependencies.clap] version = "4.1.13" features = ["cargo"] [dependencies.clap_complete] version = "4.1.5" [dependencies.csearch_app] version = "1.0.0" [dependencies.nameof] version = "1.2.2"