# 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 = "deki" version = "0.1.1" authors = ["Dekirisu "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A collection of crates, functions and renames tailored to myself!" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/dekirisu/deki-rs/" [lib] name = "deki" path = "src/lib.rs" [dependencies.buns] version = "0.1" [dependencies.deki_derive] version = "0.1.0" [dependencies.derive-new] version = "0.7.0" [dependencies.derive_more] version = "1.0.0" features = ["full"] [dependencies.extension-traits] version = "2.0.0" [dependencies.fastapprox] version = "0.3.1" optional = true [dependencies.fastrand] version = "2.2.0" optional = true [dependencies.maflow] version = "0.1" [dependencies.type_cell] version = "0.3" [features] approx = ["dep:fastapprox"] default = [ "random", "approx", ] random = ["dep:fastrand"]