# 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 = "json-feed-model" version = "0.2.0" authors = ["Bryant Luk "] include = ["src/**/*.rs", "Cargo.toml", "README.md", "LICENSE-APACHE", "LICENSE-MIT"] description = "JSON Feed model" documentation = "https://docs.rs/json-feed-model" readme = "README.md" keywords = ["jsonfeed", "feed", "json", "serialization", "serde"] categories = ["encoding", "no-std"] license = "MIT OR Apache-2.0" repository = "https://github.com/bluk/json-feed-model" resolver = "2" [package.metadata.docs.rs] all-features = true rustdoc-args = ["--cfg", "docsrs"] [dependencies.serde] version = "1.0" default-features = false [dependencies.serde_json] version = "1.0" default-features = false [features] alloc = ["serde/alloc", "serde_json/alloc"] default = ["std"] std = ["serde/std", "serde_json/std"]