# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "dbcc" version = "2.2.1" authors = ["marcelbuesing "] description = "Compiles `data base CAN` (dbc) files into Rust code." homepage = "https://github.com/marcelbuesing/dbcc" documentation = "https://docs.rs/dbcc" readme = "README.md" keywords = ["dbc", "can", "automotive", "ecu", "socketcan"] license = "MIT" repository = "https://github.com/marcelbuesing/dbcc.git" [[bin]] name = "dbcc" path = "src/main.rs" bench = false [dependencies.blake2] version = "0.8" [dependencies.can-dbc] version = "3.0.2" [dependencies.generic-array] version = "0.12" [dependencies.heck] version = "0.3" [dependencies.log] version = "0.4" [dependencies.nom] version = "4.2" features = ["verbose-errors"] [dependencies.pretty_env_logger] version = "0.4" [dependencies.proc-macro2] version = "1.0" [dependencies.quote] version = "1.0" [dependencies.socketcan] version = "1.7" [dependencies.structopt] version = "0.3" [dependencies.typenum] version = "1.12" [dev-dependencies.byteorder] version = "1.3" [dev-dependencies.futures] version = "0.3" [dev-dependencies.futures-util] version = "0.3" [dev-dependencies.tokio] version = "0.2" features = ["full"] [dev-dependencies.tokio-socketcan-bcm] version = "1.0" [badges.travis-ci] branch = "dev" repository = "marcelbuesing/dbcc"