mtd-vat-cli 1.0.10

CLI tool to query & submit UK VAT returns
# 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 = "mtd-vat-cli"
version = "1.0.10"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "CLI tool to query & submit UK VAT returns"
readme = "README.md"
keywords = [
    "mtd",
    "vat",
]
license = "MIT"
repository = "https://github.com/alexheretic/mtd-vat-cli"

[features]
default = []
sandbox = []

[[bin]]
name = "mtd-vat"
path = "src/main.rs"

[dependencies.anyhow]
version = "1.0.62"

[dependencies.async-trait]
version = "0.1.57"

[dependencies.axum]
version = "0.8"

[dependencies.blake3]
version = "1.3.1"

[dependencies.chrono]
version = "0.4.22"

[dependencies.clap]
version = "4"
features = [
    "derive",
    "env",
    "wrap_help",
]

[dependencies.console]
version = "0.16"

[dependencies.local-ip-address]
version = "0.6"

[dependencies.mac_address]
version = "1.1.3"

[dependencies.os_info]
version = "3.5.0"

[dependencies.percent-encoding]
version = "2.1.0"

[dependencies.reqwest]
version = "0.13"
features = [
    "json",
    "query",
    "form",
]

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

[dependencies.tokio]
version = "1.34"
features = ["macros"]

[dependencies.webbrowser]
version = "1"

[dependencies.whoami]
version = "2"

[target.'cfg(target_os = "linux")'.dependencies.board_id]
version = "0.1.0"

[profile.release]
opt-level = "s"
lto = true
strip = true