# 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.76" name = "musli-storage" version = "0.0.117" authors = ["John-John Tedro "] description = """ Partially upgrade stable format for Müsli suitable for storage. """ homepage = "https://github.com/udoprog/musli" documentation = "https://docs.rs/musli" readme = "README.md" keywords = [ "no_std", "serialization", ] categories = [ "encoding", "no-std", "no-std::no-alloc", ] license = "MIT OR Apache-2.0" repository = "https://github.com/udoprog/musli" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "doc_cfg", "--generate-link-to-definition", ] [dependencies.musli] version = "0.0.117" default-features = false [dependencies.musli-utils] version = "0.0.117" default-features = false [dependencies.simdutf8] version = "0.1.4" optional = true default-features = false [features] alloc = [ "musli/alloc", "musli-utils/alloc", ] default = [ "std", "alloc", "simdutf8", ] simdutf8 = ["dep:simdutf8"] std = [ "musli/std", "musli-utils/std", "simdutf8?/std", ] test = []