can-dbc 1.0.1

A parser for the DBC format. The DBC format is used to exchange CAN network data.
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)

cargo-features = ["edition"]

[package]
edition = "2018"
name = "can-dbc"
version = "1.0.1"
authors = ["marcelbuesing <buesing.marcel@googlemail.com>"]
description = "A parser for the DBC format. The DBC format is used to exchange CAN network data."
homepage = "https://github.com/marcelbuesing/can-dbc"
keywords = ["dbc", "can", "automotive", "ecu"]
license = "MIT"
repository = "https://github.com/marcelbuesing/can-dbc.git"
[dependencies.derive-getters]
version = "0.0.7"

[dependencies.nom]
version = "4.1"
features = ["verbose-errors"]
[dev-dependencies.clap]
version = "2.32"

[dev-dependencies.codegen]
version = "0.1.0"
[badges.coveralls]
branch = "dev"
repository = "marcelbuesing/can-dbc"
service = "github"

[badges.travis-ci]
branch = "dev"
repository = "marcelbuesing/can-dbc"