# 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 = "roogle" version = "1.0.0" authors = ["Hirochika Matsumoto "] description = "A Rust API search engine" license = "MIT OR Apache-2.0" [dependencies.anyhow] version = "1.0" [dependencies.rocket] version = "0.5.0-rc.1" [dependencies.roogle-engine] version = "1.0.2" [dependencies.rustdoc-types] version = "0.5.0" [dependencies.serde_json] version = "1.0.68" [dependencies.structopt] version = "0.3.25" [dependencies.tracing] version = "0.1" [dependencies.tracing-subscriber] version = "0.2" [dependencies.tracing-tree] version = "0.1"