# 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 = "misskey-api" version = "0.3.0-rc.1" authors = ["coord_e "] description = "API bindings of Misskey, including requests/responses of endpoints and messages on channels" homepage = "https://github.com/coord-e/misskey-rs" documentation = "https://docs.rs/misskey-api/0.3.0-rc.1" readme = "README.md" keywords = [ "async", "misskey", ] categories = ["api-bindings"] license = "MIT OR Apache-2.0" repository = "https://github.com/coord-e/misskey-rs.git" [package.metadata.docs.rs] rustdoc-args = [ "--cfg", "docsrs", ] [dependencies.chrono] version = "0.4" features = ["serde"] [dependencies.mime] version = "0.3" [dependencies.misskey-core] version = "0.3.0-rc.1" [dependencies.rand_core] version = "0.2.2" [dependencies.rustversion] version = "1.0" [dependencies.serde] version = "1.0.103" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.strum_macros] version = "0.12" [dependencies.thiserror] version = "1.0.2" [dependencies.typed-builder] version = "0.6" [dependencies.ulid_crate] version = "0.5" features = ["serde"] package = "ulid" [dependencies.url] version = "2.1" features = ["serde"] [dev-dependencies.async-trait] version = "0.1.35" [dev-dependencies.futures] version = "0.3" [dev-dependencies.isahc] version = "1.0" [dev-dependencies.rand] version = "0.8" [dev-dependencies.tokio] version = "1.0" features = [ "macros", "fs", "time", "rt-multi-thread", ] [dev-dependencies.ulid_crate] version = "0.5" package = "ulid" [features] 12-10-0 = ["12-9-0"] 12-13-0 = ["12-10-0"] 12-19-0 = ["12-13-0"] 12-27-0 = ["12-19-0"] 12-28-0 = ["12-27-0"] 12-29-0 = ["12-28-0"] 12-31-0 = ["12-29-0"] 12-37-0 = ["12-31-0"] 12-39-0 = ["12-37-0"] 12-42-0 = ["12-39-0"] 12-47-0 = ["12-42-0"] 12-48-0 = ["12-47-0"] 12-49-0 = ["12-48-0"] 12-5-0 = [] 12-51-0 = ["12-49-0"] 12-55-0 = ["12-51-0"] 12-57-0 = ["12-55-0"] 12-58-0 = ["12-57-0"] 12-60-0 = ["12-58-0"] 12-61-0 = ["12-60-0"] 12-62-0 = ["12-61-0"] 12-62-2 = ["12-62-0"] 12-63-0 = ["12-62-2"] 12-65-4 = ["12-63-0"] 12-66-0 = ["12-65-4"] 12-67-0 = ["12-66-0"] 12-69-0 = ["12-67-0"] 12-70-0 = ["12-69-0"] 12-71-0 = ["12-70-0"] 12-75-0 = ["12-71-0"] 12-8-0 = ["12-5-0"] 12-9-0 = ["12-8-0"] aid = [] default = ["aid"] meid = [] objectid = [] ulid = []