eimage-cli 0.0.1-alpha.13

CLI tool for processing image collections in 3D space.
# 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 = "2024"
name = "eimage-cli"
version = "0.0.1-alpha.13"
authors = ["Benedikt Schwab <benedikt.schwab@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "CLI tool for processing image collections in 3D space."
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/envis-space/eimage"
resolver = "2"

[[bin]]
name = "eimage-cli"
path = "src/main.rs"

[dependencies.anyhow]
version = "1.0.101"

[dependencies.chrono]
version = "0.4.43"

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

[dependencies.ecoord]
version = "0.0.1-alpha.13"

[dependencies.eimage]
version = "0.0.1-alpha.13"

[dependencies.image]
version = "0.25.9"

[dependencies.thiserror]
version = "2.0.18"

[dependencies.tracing]
version = "0.1.44"

[dependencies.tracing-subscriber]
version = "0.3.22"