# 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] edition = "2018" name = "ruuvitag-upload" version = "0.3.0" authors = ["Oskari Timperi "] description = "A tool for collecting a set of ruuvitag sensor measurements and uploading them for further processing." homepage = "https://github.com/oswjk/ruuvitag-upload" readme = "README.md" keywords = ["command", "ruuvi", "ruuvitag"] categories = ["command-line-utilities"] license = "GPL-3.0-or-later" repository = "https://github.com/oswjk/ruuvitag-upload" [profile.release] lto = true codegen-units = 1 panic = "abort" [dependencies.directories] version = "1.0" [dependencies.docopt] version = "1.0.2" [dependencies.failure] version = "0.1" [dependencies.reqwest] version = "0.9.14" [dependencies.rumble] version = "0.3" [dependencies.ruuvi-sensor-protocol] version = "0.2" [dependencies.serde] version = "1.0" [dependencies.serde_derive] version = "1.0" [dependencies.serde_json] version = "1.0" [dev-dependencies.assert_fs] version = "0.11"