dbcc 1.0.0

Compiles `data base CAN` (dbc) files into Rust code.
Documentation
# 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 = "1.0.0"
authors = ["marcelbuesing <buesing.marcel@googlemail.com>"]
description = "Compiles `data base CAN` (dbc) files into Rust code."
homepage = "https://github.com/marcelbuesing/can-dbc"
documentation = "https://docs.rs/dbcc"
readme = "README.md"
keywords = ["dbc", "can", "automotive", "ecu", "socketcan"]
license = "MIT"
repository = "https://github.com/marcelbuesing/can-dbc.git"

[[bin]]
name = "dbcc"
path = "src/main.rs"
bench = false
[dependencies.can-dbc]
version = "2.0.0"

[dependencies.codegen]
version = "0.1.1"

[dependencies.heck]
version = "0.3"

[dependencies.log]
version = "0.4"

[dependencies.nom]
version = "4.2"
features = ["verbose-errors"]

[dependencies.pretty_env_logger]
version = "0.3"

[dependencies.socketcan]
version = "1.7"

[dependencies.structopt]
version = "0.2"
[dev-dependencies.byteorder]
version = "1.3"

[dev-dependencies.futures]
version = "0.1"

[dev-dependencies.tokio]
version = "0.1"

[dev-dependencies.tokio-socketcan-bcm]
version = "0.2"
[badges.travis-ci]
branch = "dev"
repository = "marcelbuesing/can-dbc"