# 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 = "dogg" version = "0.1.3" authors = ["PraxTube"] description = "CLI tool that let's you log data manually." homepage = "https://github.com/PraxTube/dogg" documentation = "https://github.com/PraxTube/dogg" readme = "README.md" keywords = [ "data-logger", "log", "logger", "data", ] categories = [ "command-line-interface", "database", ] license = "MIT" repository = "https://github.com/PraxTube/dogg" [dependencies.chrono] version = "0.4.26" [dependencies.csv] version = "1.2.2" [dependencies.serde_json] version = "1.0.97" [dependencies.strsim] version = "0.10.0"