# 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 = "2018" name = "break_infinity" version = "0.4.0" authors = ["Redfire "] build = false exclude = [ ".editorconfig", ".gitignore", ] autobins = false autoexamples = false autotests = false autobenches = false description = "A library for larger numbers up to 1e9e15 in Rust for Incremental Games" homepage = "https://github.com/redfire75369/break-infinity.rs#readme" documentation = "https://docs.rs/break_infinity" readme = "readme.md" keywords = [ "incremental", "math", "decimal", "large-number", "big-number", ] categories = [ "game-development", "mathematics", ] license = "MPL-2.0" repository = "https://github.com/redfire75369/break-infinity.rs" [lib] name = "break_infinity" path = "src/lib.rs" [dependencies.lazy_static] version = "1.4.0" [dependencies.serde] version = "1.0" features = ["derive"] optional = true default-features = false [features] full-range = [] serde = ["dep:serde"]