# 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 = "cupido" version = "0.3.5" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Explore your codebase with graph view." homepage = "https://github.com/williamfzc/cupido" readme = "README.md" license = "Apache-2.0" [lib] name = "cupido" path = "src/lib.rs" [[bin]] name = "cupido" path = "src/main.rs" edition = "2021" [[example]] name = "mini" path = "examples/mini.rs" [[test]] name = "graph_test" path = "tests/graph_test.rs" [[bench]] name = "my" path = "benches/my.rs" harness = false [dependencies.axum] version = "0.7.4" [dependencies.clap] version = "4.4.18" features = ["derive"] [dependencies.git2] version = "0.18.1" [dependencies.indicatif] version = "0.17.8" [dependencies.lazy_static] version = "1.4.0" [dependencies.petgraph] version = "0.6.4" [dependencies.regex] version = "1.10.2" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_derive] version = "1.0.195" [dependencies.serde_json] version = "1.0" [dependencies.tokio] version = "1" features = ["full"] [dependencies.tracing] version = "0.1" [dependencies.tracing-subscriber] version = "0.3" [dev-dependencies.criterion] version = "0.5.1" features = ["html_reports"] [features] default = [] vendored-openssl = ["git2/vendored-openssl"]