# 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 = "rnm-3d" version = "0.1.8" authors = ["666rayen999"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Blazingly Fast + Tiny 3D Format" readme = "README.md" license-file = "LICENSE" repository = "https://github.com/666rayen999/rnm" [lib] name = "rnm_3d" path = "src/lib.rs" [dependencies.lz4_flex] version = "0.11.3" features = [ "frame", "std", ] optional = true default-features = false [dependencies.qoi] version = "0.4.1" [dependencies.rkyv] version = "0.8.8" features = ["std"] default-features = false [features] compression = ["lz4_flex"] default = [ "safe", "compression", ] safe = [ "rkyv/default", "lz4_flex/default", ]