[[bin]]
name = "convertx"
path = "src/main.rs"
[dependencies.assert_cmd]
version = "2.0.17"
[dependencies.predicates]
version = "3.1.3"
[dependencies.structopt]
version = "0.3.26"
[package]
authors = ["Jesse JCharis"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["cryptography", "command-line-interface", "encoding"]
description = "Multipurpose Units Converter"
edition = "2021"
homepage = "https://jcharistech.github.io/convertx/convertx/"
keywords = ["converter", "units", "unit-conversion", "bytes", "convertx"]
license = "MIT"
name = "convertx"
readme = "README.md"
repository = "https://github.com/jcharistech/convertx"
version = "0.1.0"
[profile.dev]
opt-level = 1
[profile.release]
opt-level = 3
[[test]]
name = "cli_tests"
path = "tests/cli_tests.rs"