# 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 = "ads1x15" version = "0.5.0" authors = ["David Flemström "] description = "I2C driver for the Texas Instruments ADS1015/ADS1115 ADC" keywords = ["i2c", "adc", "ads1015", "ads1115", "analog"] categories = ["embedded", "hardware-support"] license = "MIT" repository = "https://github.com/dflemstr/ads1x15" [dependencies.bitfield-register] version = "0.2.1" [dependencies.bitfield-register-macro] version = "0.2.1" [dependencies.byteorder] version = "1.2.3" [dependencies.futures-await] version = "0.1.1" [dependencies.i2cdev] version = "0.4.0" [dependencies.qutex] version = "0.2.1" [dependencies.tokio-timer] version = "0.2.4" [dev-dependencies.failure] version = "0.1.1" [dev-dependencies.tokio] version = "0.1.7"