# 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 = "temp-conv" version = "0.5.5" authors = ["baumbus"] build = false exclude = [ "tests/", ".github/", "target/", ] autobins = false autoexamples = false autotests = false autobenches = false description = "A simple cli-based unit converter for temperatures" readme = "README.md" keywords = [ "cli", "units", "converter", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/baumbus/temp-conv" [profile.dev] opt-level = 0 codegen-units = 256 debug = 0 overflow-checks = false [profile.release] opt-level = "z" lto = true codegen-units = 256 strip = true [lib] name = "temp_conv" path = "src/lib.rs" [[bin]] name = "temp-conv" path = "src/main.rs" [dependencies.anyhow] version = "1.0.86" [dependencies.clap] version = "4.5.3" features = ["derive"] [dependencies.serde] version = "1.0.204" features = [ "derive", "serde_derive", ] [dependencies.serde_json] version = "1.0.120" optional = true [dependencies.serde_yaml] version = "0.9.34" optional = true [dependencies.thiserror] version = "1.0.63" [dependencies.toml] version = "0.8.14" optional = true [dev-dependencies.assert_float_eq] version = "1.1.3" [dev-dependencies.pretty_assertions] version = "1.4.0" [dev-dependencies.rstest] version = "0.21.0" [dev-dependencies.test-case] version = "3.3.1" [features] default = [ "json", "yaml", "toml", ] json = ["dep:serde_json"] toml = ["dep:toml"] yaml = ["dep:serde_yaml"]