# 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 = "ufire_ec" version = "2.0.0" authors = ["Justin Decker "] description = "Monitor hydroponic nutrient levels or salinity in aquariums, pools, and soil. Electrical Conductivity in Siemens, Total Dissolved Solids in PPM, Salinity in PSU and PPT, and temperature." readme = "README.md" keywords = ["ec", "electrical", "conductivity", "sensor", "salinity"] license = "MIT" [lib] name = "ufire_ec" path = "src/lib.rs" [[bin]] name = "ufire_ec_bin" path = "src/main.rs" [dependencies.byteorder] version = "1" [dependencies.i2cdev] version = "0.3.2"