# 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. cargo-features = ["edition2021"] [package] edition = "2021" name = "base79" version = "0.1.0" authors = ["Dmitriy Cherchenko", "Kim Seungha "] description = "Textual representation of and utility functions for base-79 fractional numbers with arbitrary precision" documentation = "https://docs.rs/base79" readme = "README.md" categories = ["encoding", "arbitrary precision"] license = "MIT" repository = "https://github.com/dchenk/base79" resolver = "2" [dev-dependencies.rand] version = "0.8.4"