# 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" rust-version = "1.75.0" name = "mvutils" version = "1.1.0" authors = [ "Maxim Savenkov", "Julian Hohenhausen", ] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A utility crate made from commonly used functions in my projects." readme = "README.md" keywords = [ "utils", "mvteam", "mvutils", ] license-file = "LICENSE" repository = "https://github.com/TeamMV/MVUtils" [profile.release] opt-level = 3 lto = "fat" codegen-units = 1 debug = 0 strip = true [lib] name = "mvutils" path = "src/lib.rs" [dependencies.bytebuffer] version = "2.3.0" [dependencies.hashbrown] version = "0.15.0" [dependencies.mvutils-proc-macro] version = "1.0.2" [dependencies.num-traits] version = "0.2.19" [dependencies.parking_lot] version = "0.12.3" [features] savable_arc = []