# 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 = "apb" version = "0.2.2" authors = ["alemi "] description = "Traits and types to handle ActivityPub objects" readme = "README.md" keywords = [ "activitypub", "activitystreams", "json", ] license = "MIT" repository = "https://moonlit.technology/alemi/upub" [lib] [dependencies.async-trait] version = "0.1" [dependencies.chrono] version = "0.4" features = ["serde"] [dependencies.paste] version = "1.0" [dependencies.reqwest] version = "0.12" features = ["json"] optional = true [dependencies.sea-orm] version = "0.12" optional = true default-features = false [dependencies.serde_json] version = "1" optional = true [dependencies.thiserror] version = "1" [dependencies.tracing] version = "0.1" [features] activitypub-counters = [] activitypub-fe = [] activitypub-miscellaneous-terms = [] default = [ "activitypub-miscellaneous-terms", "send", ] did-core = [] fetch = ["dep:reqwest"] jsonld = [] litepub = [] orm = ["dep:sea-orm"] ostatus = [] send = [] toot = [] unstructured = ["dep:serde_json"]