# 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 = "ecargo" version = "0.2.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Cargo metadata viewer using egui" readme = "README.md" license = "MIT OR Apache-2.0" [profile.release] panic = "abort" strip = true [[bin]] name = "ecargo" path = "src/main.rs" [dependencies.anyhow] version = "1.0.82" [dependencies.cargo-platform] version = "0.1.5" [dependencies.cargo_metadata] version = "0.18.1" [dependencies.clap] version = "4.5.4" features = ["derive"] [dependencies.directories] version = "5.0.1" [dependencies.eframe] version = "0.27.2" [dependencies.egui-modal] version = "0.3.6" [dependencies.egui_commonmark] version = "0.16.1" [dependencies.egui_extras] version = "0.27.2" features = [ "file", "http", "svg", ] [dependencies.image] version = "0.25.1" features = ["png"] [dependencies.open] version = "5.1.2" [dependencies.serde] version = "1.0.199" features = ["derive"] [dependencies.slotmap] version = "1.0.7" [dependencies.toml] version = "0.8.12"