# 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 = "lazycrate" version = "0.0.1" description = "Simple terminal UI for cargo commands." homepage = "https://github.com/tamton-aquib/lazycrate" documentation = "https://docs.rs/lazycrate" readme = "README.md" keywords = [ "cargo", "TUI", "lazy", ] license = "MIT" repository = "https://github.com/tamton-aquib/lazycrate" [profile.optimized] opt-level = "z" inherits = "release" strip = true [dependencies.crossterm] version = "0.24.0" [dependencies.serde] version = "1.0.137" [dependencies.serde_derive] version = "1.0.137" [dependencies.toml] version = "0.5.9" [dependencies.tui] version = "0.18.0"