# 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 = "tokio-i2c" version = "0.1.0" authors = ["Rouven Spreckels "] include = ["src/**/*.rs", "Cargo.toml", "README.md", "RELEASES.md"] description = "I²C API for Tokio" homepage = "https://qu1x.org/tokio-i2c" documentation = "https://docs.rs/tokio-i2c" readme = "README.md" keywords = ["tokio", "futures", "i2c", "i2cdev", "async"] categories = ["asynchronous", "api-bindings", "hardware-support"] license = "Fair" repository = "https://github.com/qu1x/tokio-i2c" [dependencies.bitflags] version = "1" [dependencies.i2c-linux-sys] version = "0.2" [dependencies.smallvec] version = "0.6" [dependencies.tokio] version = "0.1" [dependencies.tokio-threadpool] version = "0.1" [badges.travis-ci] repository = "qu1x/tokio-i2c"