# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "socketcan-alt" version = "0.4.0" authors = ["Toru Ogawa "] exclude = [".github"] description = "Rust binding for SocketCAN" documentation = "https://docs.rs/crate/socketcan-alt/" readme = "README.md" license = "BSD-3-Clause" repository = "https://github.com/Hakuyume/socketcan-rs" resolver = "2" [package.metadata.docs.rs] features = ["aio", "can-dlc-unaliased"] [dependencies.bitflags] version = "1.3" [dependencies.libc] version = "0.2" [dependencies.tokio] version = "1" features = ["net"] optional = true [dev-dependencies.rand] version = "0.8.4" [dev-dependencies.spin] version = "0.9.2" [dev-dependencies.structopt] version = "0.3.25" [dev-dependencies.tokio] version = "1" features = ["macros", "rt", "time"] [build-dependencies.bindgen] version = "0.59" features = ["runtime"] default-features = false [features] aio = ["tokio"] can-dlc-unaliased = []