# 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 = "slant" version = "0.0.0" authors = ["FL03 "] build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "slant is a mathematical sandbox focused on interactive visualizations and animations." homepage = "https://github.com/FL03/slant/wiki" readme = "README.md" keywords = [ "animation", "math", ] categories = ["mathematics"] license = "Apache-2.0" repository = "https://github.com/FL03/slant.git" [package.metadata.docs.rs] all-features = true rustc-args = [ "--cfg", "docsrs", ] [lib] name = "slant" crate-type = [ "cdylib", "rlib", ] path = "src/lib.rs" test = true doctest = false bench = true [[test]] name = "default" path = "tests/default.rs" [dependencies.slant-anim] version = "0.0.0" optional = true default-features = false [dependencies.slant-core] version = "0.0.0" default-features = false [dev-dependencies] [build-dependencies] [features] alloc = [ "slant-anim?/alloc", "slant-core/std", ] anim = ["dep:slant-anim"] default = ["std"] full = [ "default", "rand", "serde", ] rand = ["slant-core/rand"] serde = ["slant-core/serde"] std = [ "alloc", "slant-anim?/std", "slant-core/std", ] wasi = [] wasm = ["slant-core/wasm"] [target.wasm32-unknown-unknown.dependencies] [target.wasm32-wasi]