# 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 = "turf_internals" version = "0.9.4" authors = ["myFavShrimp "] build = false publish = true autobins = false autoexamples = false autotests = false autobenches = false description = "The inner workings of turf." readme = "README.md" license = "MIT" repository = "https://github.com/myFavShrimp/turf" [lib] name = "turf_internals" path = "src/lib.rs" [dependencies.base64] version = "0.21.7" [dependencies.blake3] version = "1.5.4" [dependencies.filesystem-hashing] version = "0.3.4" [dependencies.getrandom] version = "0.2.9" features = ["std"] [dependencies.grass] version = "0.13.0" default-features = false [dependencies.lightningcss] version = "=1.0.0-alpha.58" features = [ "grid", "visitor", ] default-features = false [dependencies.oorandom] version = "11.1.3" [dependencies.regex] version = "1.10.2" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.thiserror] version = "1.0" [dependencies.toml] version = "0.8.0" [dependencies.xxhash-rust] version = "0.8.10" features = ["xxh64"]