# 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 = "roo_engine" version = "0.1.0" authors = ["Marco Campana "] description = "Roo is a smart bookmarking and productivity tool that works as a custom search engine for your browser" readme = "README.md" keywords = ["cli", "search", "productivity", "bookmarking"] license = "MIT" repository = "https://github.com/marcocampana/roo_engine" resolver = "2" [package.metadata.files] "rules.toml" = ["rules.toml"] [dependencies.clap] version = "3.2" features = ["cargo"] [dependencies.regex] version = "1" [dependencies.rocket] version = "0.5.0-rc.2" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.toml] version = "0.4.2"