# 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 = "honeyholt" version = "0.1.0" authors = ["Nathan Douglas "] description = "Tool for humanizing numbers, concepts, etc. Syntactic sugar for my Hornvale project." homepage = "https://ndouglas.github.io/hornvale/" documentation = "https://ndouglas.github.io/hornvale/" readme = "README.md" keywords = ["hornvale"] license = "Unlicense" repository = "https://github.com/ndouglas/hornvale/" [lib] name = "honeyholt" path = "src/lib.rs" [[bin]] name = "honeyholt" path = "src/main.rs" [dependencies.function_name] version = "0.3.0" [dependencies.log] version = "0.4.17" features = [ "max_level_trace", "release_max_level_warn", ] [dependencies.pretty_env_logger] version = "0.4.0" [dependencies.volmark] version = "0.1.0"