rustpub 0.1.7

An implementation of the Activitypub types
Documentation
[package]
name = "rustpub"
version = "0.1.7"
authors = ["csos95 <csoscss@gmail.com>"]
edition = "2018"
description = "An implementation of the Activitypub types"
license = "MIT"
readme = "README.md"
keywords = ["activitypub"]

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
serde_json = "1.0.38"
derive_builder = "0.9.0"
typetag = "0.1.4"
anyhow = "1.0.26"

[dependencies.chrono]
version = "0.4.10"
features = ["serde"]

[dependencies.serde]
version = "1.0.104"
features = ["derive"]

[dependencies.rustpub-macro]
version = "0.1.4"
path = "../rustpub-macro"

[features]
default = ["simple"]
simple = []
complex = []