pteropus/Cargo.toml

20 lines
524 B
TOML

[package]
name = "pteropus"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
serde_json = "1.0"
tokio = {version="1.35", features=["rt-multi-thread", "macros"]}
tokio-util = {version="0.7", features=["io"]}
reqwest = {version="0.11", features=["json", "stream"]}
proj = "0.27"
geo-types = "0.7"
clap = {version="4.4", features=["derive"]}
anyhow = "1.0"
futures = "0.3"
bytes = "1.5"
las = {version="0.8", features=["laz"]}