# 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.4.2" authors = ["Christoph J. Scherr "] build = false publish = true autobins = false autoexamples = false autotests = false autobenches = false 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" [lib] name = "numf" path = "src/lib.rs" [[bin]] name = "numf" path = "src/main.rs" [[test]] name = "format" path = "tests/format.rs" [dependencies.anyhow] version = "1.0.83" [dependencies.clap] version = "4.5.4" features = ["derive"] [dependencies.fast32] version = "1.0.2" [dependencies.libpt] version = "0.6.0" features = [ "bintols", "log", "cli", ] [dependencies.num] version = "0.4.3" [dependencies.rand] version = "0.8.5"