# 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 = "rrdbc" version = "0.1.0" authors = ["MDGSF"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "dbc parser" readme = "README.md" keywords = [ "dbc", "parser", "format", ] license-file = "LICENSE" repository = "https://github.com/MDGSF/rdbc" [lib] name = "rrdbc" path = "src/lib.rs" [[bin]] name = "dbc2json" path = "src/bin/dbc2json.rs" [[bin]] name = "demo" path = "src/bin/demo.rs" [dependencies.anyhow] version = "1.0.88" [dependencies.encoding_rs] version = "0.8.34" [dependencies.encoding_rs_io] version = "0.1.7" [dependencies.env_logger] version = "0.11.5" [dependencies.log] version = "0.4.22" [dependencies.nom] version = "7.1.3" [dependencies.serde] version = "1.0.210" features = ["derive"] [dependencies.serde_json] version = "1.0.128" [dependencies.structopt] version = "0.3.26" [dependencies.thiserror] version = "1.0.63"