# 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 = "tato" version = "0.1.4" description = "A ridiculous, obsolete engine that aims to run very well on any computer. Even potato powered ones!" readme = "readme.md" license = "MIT" repository = "https://github.com/DoctorWhoof/tato" [profile.release] opt-level = 3 lto = true codegen-units = 1 panic = "abort" strip = true [dependencies.libm] version = "0.2.8" [dependencies.num-traits] version = "0.2.18" [dependencies.slotmap] version = "1.0.7" default-features = false [features] std = []