# 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 = "musli-binary-common" version = "0.0.24" description = """ Common utilities for Müsli. """ homepage = "https://github.com/udoprog/musli" documentation = "https://docs.rs/musli" readme = "README.md" keywords = [ "serialization", "no_std", ] categories = ["encoding"] license = "MIT/Apache-2.0" repository = "https://github.com/udoprog/musli" [dependencies.musli] version = "0.0.24" default_features = false [dev-dependencies.rand] version = "0.8.5" [features] default = ["std"] std = ["musli/std"]