# 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 = "2018" name = "serde_fmt" version = "1.0.3" authors = ["Ashley Mannix "] exclude = [".github"] description = "Write any serde::Serialize using the standard formatting APIs" documentation = "https://docs.rs/serde_fmt" readme = "README.md" keywords = [ "serialization", "no_std", ] categories = [ "encoding", "no-std", ] license = "Apache-2.0 OR MIT" repository = "https://github.com/KodrAus/serde_fmt.git" [dependencies.serde] version = "1.0.104" default-features = false [dev-dependencies.serde_derive] version = "1" [features] std = ["serde/std"]