# 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] name = "canparse" version = "0.1.4" authors = ["Jon Magnuson "] description = "A CAN signal and definition parser" documentation = "https://docs.rs/canparse" readme = "README.md" keywords = ["can", "socketcan", "j1939", "dbc", "parser"] license = "MIT/Apache-2.0" repository = "https://github.com/jmagnuson/canparse" [package.metadata.docs.rs] features = ["use-socketcan"] [lib] name = "canparse" path = "src/lib.rs" [dependencies.byteorder] version = "1.3" [dependencies.encoding] version = "0.2" [dependencies.enum_primitive] version = "0.1" [dependencies.lazy_static] version = "1.2" [dependencies.nom] version = "4.2" [dependencies.regex] version = "1.1" [dependencies.rustc-serialize] version = "0.3" [dependencies.socketcan] version = "1.7" optional = true [dev-dependencies.rand] version = "0.6" [features] default = [] use-socketcan = ["socketcan"] [badges.codecov] branch = "master" repository = "jmagnuson/canparse" service = "github" [badges.travis-ci] repository = "jmagnuson/canparse"