Crates.io | mtd-vat-cli |
lib.rs | mtd-vat-cli |
version | |
source | src |
created_at | 2022-08-29 17:32:31.341514+00 |
updated_at | 2025-02-11 14:30:14.477091+00 |
description | CLI tool to query & submit UK VAT returns |
homepage | |
repository | https://github.com/alexheretic/mtd-vat-cli |
max_upload_size | |
id | 654665 |
Cargo.toml error: | TOML parse error at line 17, column 1 | 17 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include` |
size | 0 |
CLI tool to query & submit UK VAT returns via the VAT (MTD) API.
Serves as manual MTD "bridging" software to submit VAT returns.
mtd-vat [OPTIONS] --vrn <VRN> --client-id <CLIENT_ID> --client-secret <CLIENT_SECRET>
Required args:
--vrn
VAT registration number--client-id
or env CLIENT_ID
HMRC registered app client id.--client-secret
or env CLIENT_SECRET
HMRC registered app client secret.To explain how to answer the VAT return questions see the gov guidance.
You need to apply for one. See APPLYING.
Maintained with latest stable rust.