i2cdev 0.4.2

Provides API for safe access to Linux i2c device interface. https://www.kernel.org/doc/Documentation/i2c/dev-interface
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]
name = "i2cdev"
version = "0.4.2"
authors = ["Paul Osborne <osbpau@gmail.com>"]
description = "Provides API for safe access to Linux i2c device interface.\n\nhttps://www.kernel.org/doc/Documentation/i2c/dev-interface\n"
homepage = "https://github.com/rust-embedded/rust-i2cdev"
documentation = "http://rust-embedded.github.io/rust-i2cdev"
license = "MIT/Apache-2.0"
repository = "https://github.com/rust-embedded/rust-i2cdev"
[dependencies.bitflags]
version = "1"

[dependencies.byteorder]
version = "1"

[dependencies.libc]
version = "0.2"

[dependencies.nix]
version = "0.14"
[dev-dependencies.docopt]
version = "0.8"