howler-cli 0.1.0

Command-line interface for the Howler wolf-tracking platform
# 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 are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2021"
name = "howler-cli"
version = "0.1.0"
authors = ["Howler Contributors"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Command-line interface for the Howler wolf-tracking platform"
readme = "README.md"
keywords = [
    "wolf",
    "tracking",
    "wildlife",
    "gis",
    "conservation",
]
categories = [
    "science",
    "visualization",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/realgoldfang/Howler"

[[bin]]
name = "howler"
path = "src/main.rs"

[dependencies.anyhow]
version = "1.0"

[dependencies.clap]
version = "4.5"
features = ["derive"]

[dependencies.howler-core]
version = "0.1.0"

[dependencies.howler-gui]
version = "0.1.0"

[dependencies.howler-tui]
version = "0.1.0"

[dependencies.shellexpand]
version = "3.1"

[dependencies.tokio]
version = "1.0"
features = ["full"]