# 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 = "2018" name = "csv2svg" version = "0.2.3" authors = ["dystroy "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "take a csv as input and outputs svg" readme = "README.md" keywords = [ "csv", "svg", "graph", "cli", ] license = "MIT" repository = "https://github.com/Canop/csv2svg" [lib] name = "csv2svg" path = "src/lib.rs" [[bin]] name = "csv2svg" path = "src/main.rs" [dependencies.anyhow] version = "1.0.49" [dependencies.argh] version = "0.1.12" [dependencies.chrono] version = "0.4" [dependencies.cli-log] version = "2.0" [dependencies.crossterm] version = "0.28" [dependencies.csv] version = "1.1" [dependencies.directories] version = "5" [dependencies.libc] version = "0.2" [dependencies.log] version = "0.4" [dependencies.num-traits] version = "0.2.14" [dependencies.open] version = "1.1" [dependencies.svg] version = "0.16" [dependencies.tempfile] version = "3.1"