# 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-utils" version = "0.0.117" authors = ["John-John Tedro "] description = """ Common utilities shared among Müsli encodings. """ 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-allocator] version = "0.0.117" default-features = false [dev-dependencies.rand] version = "0.8.5" [features] alloc = ["musli-allocator/alloc"] default = [ "std", "alloc", ] std = [ "musli/std", "musli-allocator/std", ]