# 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-eternity" version = "0.2.0" authors = ["cozyGalvinism "] exclude = [ ".gitignore", ".vscode", ".github", ] description = "A numerical library to represent numbers as large as 10^^1e308 and as 'small' as 10^-(10^^1e308)." readme = "README.md" keywords = [ "big", "decimal", "bigdecimal", "incremental", "games", ] categories = [ "game-development", "mathematics", ] license-file = "LICENSE" repository = "https://github.com/cozyGalvinism/break-eternity" [dependencies.custom_error] version = "1.9" [dependencies.gdnative] version = "0.11" optional = true [dependencies.lazy_static] version = "1.4.0" [dependencies.num-derive] version = "0.4" [dependencies.num-traits] version = "0.2" [dependencies.pad] version = "0.1" [dependencies.serde_crate] version = "1.0.130" optional = true package = "serde" [features] default = [] godot = ["gdnative"] serde = ["serde_crate"]