# 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 = "mtd-vat-cli" version = "1.0.4" build = 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" [profile.release] opt-level = "s" lto = true strip = true [[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.7" [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.15.1" [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.12" features = [ "rustls-tls", "json", "http2", ] default-features = false [dependencies.serde] version = "1.0.144" features = ["derive"] [dependencies.tokio] version = "1.34" features = ["macros"] [dependencies.webbrowser] version = "1" [dependencies.whoami] version = "1.2.1" [features] default = [] sandbox = [] [target.'cfg(target_os = "linux")'.dependencies.board_id] version = "0.1.0"