# 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-serde" version = "0.0.117" authors = ["John-John Tedro "] description = """ Transparent shim to use serde types in Müsli. """ homepage = "https://github.com/udoprog/musli" documentation = "https://docs.rs/musli" readme = "README.md" keywords = [ "no_std", "serde", "serialization", ] categories = [ "encoding", "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.serde] version = "1.0.197" default-features = false [dev-dependencies.musli-json] version = "0.0.117" features = ["std"] [dev-dependencies.serde_derive] version = "1.0.197" [dev-dependencies.url] version = "2.5.0" features = ["serde"] [features] alloc = [ "musli/alloc", "musli-utils/alloc", "serde/alloc", ] default = [ "std", "alloc", ] std = [ "musli/std", "musli-utils/std", "serde/std", ]