# 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 = "dive-reporter" version = "0.2.1" description = "Dive logs analyser" readme = "README.md" license = "MIT" repository = "https://github.com/KG32/dive-reporter.git" [dependencies.colored] version = "2.1.0" [dependencies.dive-deco] version = "2.0.0" [dependencies.eframe] version = "0.27.2" [dependencies.futures] version = "0.3.30" [dependencies.quick-xml] version = "0.31.0" features = ["serialize"] [dependencies.rfd] version = "0.14.1" [dependencies.serde] version = "1.0" features = ["derive"]