# 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 = "gpscandump" version = "1.0.1" authors = ["Tim Lucas Sabelmann "] description = "Logs GPS and CAN-bus data and synchronizes the CAN-data with the GPS-data" homepage = "https://github.com/tsabelmann/gpscandump-rs" readme = "README.md" keywords = ["gps", "can", "serial", "csv"] categories = ["command-line-utilities"] license = "MIT/Apache-2.0" repository = "https://github.com/tsabelmann/gpscandump-rs" resolver = "2" [[bin]] name = "gpscandump" path = "src/main.rs" test = false bench = false doc = false [dependencies.chrono] version = "0.4" [dependencies.clap] version = "3.0.10" [dependencies.csv] version = "1.1" [dependencies.nmea] version = "0.0.11" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serialport] version = "4.0.1" default-features = false [dependencies.socketcan] version = "1.7.0"