# 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 = "canutils" version = "1.0.0" authors = ["marcelbuesing "] description = "A can-utils implementation in pure Rust" homepage = "https://github.com/marcelbuesing/canutils-rs" documentation = "https://docs.rs/canutils" readme = "README.md" keywords = ["can-utils", "can", "automotive", "ecu"] license = "MIT" repository = "https://github.com/marcelbuesing/canutils-rs.git" [profile.release] opt-level = 3 lto = true debug = false [[example]] name = "candumprb" [[example]] name = "cangenrb" [dependencies.nom] version = "5.1" [dependencies.serde] version = "1.0" optional = true [dependencies.serde_derive] version = "1.0" optional = true [dev-dependencies.ansi_term] version = "0.12" [dev-dependencies.anyhow] version = "1.0" [dev-dependencies.can-dbc] version = "3.0" [dev-dependencies.futures] version = "0.3" features = ["compat"] [dev-dependencies.futures-timer] version = "3.0" [dev-dependencies.futures-util] version = "0.3" features = ["compat"] [dev-dependencies.pretty-hex] version = "0.2" [dev-dependencies.rand] version = "0.7" [dev-dependencies.rand_core] version = "0.5" [dev-dependencies.socketcan] version = "1.7" [dev-dependencies.structopt] version = "0.3" [dev-dependencies.tokio] version = "0.2" features = ["full"] [dev-dependencies.tokio-socketcan] version = "0.1" [features] with-serde = ["serde", "serde_derive"] [badges.travis-ci] branch = "master" repository = "marcelbuesing/canutils-rs"