# 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 = "numf" version = "0.3.3" authors = ["Christoph J. Scherr "] publish = true description = "Convert numbes between formats" homepage = "https://git.cscherr.de/PlexSheep/numf" readme = "README.md" keywords = [ "cli", "formatting", ] categories = [ "command-line-utilities", "encoding", ] license = "MIT" repository = "https://git.cscherr.de/PlexSheep/numf" [dependencies.anyhow] version = "1.0.83" [dependencies.clap] version = "4.5.4" features = ["derive"] [dependencies.fast32] version = "1.0.2" [dependencies.libpt] version = "0.5.1" features = ["bintols"] default-features = false [dependencies.num] version = "0.4.3"