# 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 = "cargo-lens" version = "0.1.1" description = "(WIP) A tool to inspect your rust-project at the meta-level. Sherlock Holmes Approved" readme = "README.md" categories = ["gui"] license = "MIT OR Apache-2.0" repository = "https://github.com/CargoLens/cargo-lens-ws/tree/main/cargo-lens" [dependencies.cargo_metadata] version = "0.15.4" [dependencies.cfg-if] version = "1.0.0" [dependencies.crossterm] version = "0.26.1" [dependencies.libc] version = "0.2.147" optional = true [dependencies.tui] version = "0.19.0" [dev-dependencies.mockall] version = "0.11.4" [features] debug_socket = ["libc"]