# 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 = "mathio" version = "0.2.5" authors = ["Dominik Kaspar "] description = "A lightweight, simple and straight-forward opinionated library for math used in other projects" readme = "README.md" keywords = [ "mathio", "math", "tweening", "periods", "fractions", ] categories = [ "data-structures", "mathematics", ] license = "MIT OR Apache-2.0" repository = "https://github.com/bytestring-net/mathio" [dependencies.bevy] version = "^0" optional = true default_features = false [dependencies.deku] version = "^0.16" features = ["std"] optional = true default_features = false [dependencies.serde] version = "^1" features = ["derive"] optional = true default_features = false [dependencies.speedy] version = "^0.8" features = ["speedy-derive"] optional = true default_features = false [features] bevy = ["dep:bevy"] deku = ["dep:deku"] serde = ["dep:serde"] speedy = ["dep:speedy"]