# 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 = "cliplot" version = "0.1.0" authors = ["Andrew Ealovega "] exclude = ["docs"] description = "Live-plots data from the command line" homepage = "https://github.com/andyblarblar/cliplot" documentation = "https://github.com/andyblarblar/cliplot" readme = "README.md" categories = [ "command-line-utilities", "visualization", ] license = "MIT" repository = "https://github.com/andyblarblar/cliplot" [profile.release] lto = "thin" [dependencies.chrono] version = "0.4.23" [dependencies.clap] version = "4.0.26" features = ["derive"] [dependencies.clap-verbosity-flag] version = "2.0.0" [dependencies.csv] version = "1.1.6" [dependencies.iced] version = "0.5" features = [ "canvas", "tokio", "image_rs", ] [dependencies.log] version = "0.4.17" [dependencies.plotters] version = "^0.3" [dependencies.plotters-iced] version = "^0.4" [dependencies.regex] version = "1.7.0" [dependencies.simplelog] version = "0.12.0" [dependencies.tokio] version = "1.22.0" features = [ "io-std", "io-util", ]