# 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 = "mastodon-async-entities" version = "1.1.0" authors = [ "Aaron Power ", "Paul Woolcock ", "D. Scott Boggs ", ] description = "Types for (de)serializing entities from the Mastodon API; part of mastodon-async" license = "MIT/Apache-2.0" [dependencies.futures] version = "0.3.25" [dependencies.log] version = "0.4" features = [ "kv_unstable", "serde", "std", "kv_unstable_serde", "kv_unstable_std", ] [dependencies.serde] version = "1" features = ["derive"] [dependencies.static_assertions] version = "1" [dependencies.thiserror] version = "1" [dependencies.time] version = "0.3" features = [ "parsing", "serde", "formatting", ] [dev-dependencies.serde_json] version = "1.0.91"