telraam-rs 0.1.0

Teraam API CLI and library for collecting data from the IOT devices
Documentation
[[bin]]
name = "telraam"
path = "src/main.rs"
required-features = ["clap"]
[dependencies.clap]
features = ["cargo", "derive", "env"]
optional = true
version = "4.4.11"

[dependencies.geojson]
version = "0.24.1"

[dependencies.humantime]
version = "2.1.0"

[dependencies.humantime-serde]
version = "1.1.1"

[dependencies.reqwest]
features = ["blocking", "json", "brotli", "deflate", "gzip", "native-tls"]
version = "0.11"

[dependencies.serde]
features = ["derive"]
version = "1.0"

[dependencies.serde_json]
version = "1.0"

[dependencies.thiserror]
version = "1.0.50"

[dependencies.time]
version = "0.3"

[lib]
name = "telraam"
[lints.clippy]
dbg_macro = "warn"
default_trait_access = "warn"
print_stdout = "warn"
unimplemented = "warn"
use_self = "warn"

[lints.rust]
missing_docs = "warn"
non_snake_case = "warn"
non_upper_case_globals = "warn"
rust_2018_idioms = "warn"
rust_2021_compatibility = "warn"
unreachable_pub = "warn"
unsafe_code = "forbid"

[package]
authors = ["The Radical Bike Lobby"]
description = "Teraam API CLI and library for collecting data from the IOT devices"
edition = "2021"
homepage = "https://github.com/radical-bike-lobby"
keywords = ["telraam"]
license = "MIT"
name = "telraam-rs"
readme = "README.md"
repository = "https://github.com/radical-bike-lobby/telraam-rs"
version = "0.1.0"