# 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.81" name = "musli-core" version = "0.0.124" authors = ["John-John Tedro "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = """ Core traits and types for the Müsli serialization framework. """ 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", ] [lib] name = "musli_core" path = "src/lib.rs" [dependencies.musli-macros] version = "=0.0.124" features = [] [dev-dependencies.musli] version = "=0.0.124" [features] alloc = [] default = [ "std", "alloc", ] std = [] verbose = ["musli-macros/verbose"] [lints.rust.unexpected_cfgs] level = "warn" priority = 0 check-cfg = ["cfg(doc_cfg)"]