af-lib 0.1.1

A core library and async runtime for Rust applications.
Documentation
[dependencies.af-core]
version = "0.1"

[dependencies.af-postgres]
optional = true
version = "0.1"

[dependencies.af-sentry]
optional = true
version = "0.1"

[dependencies.af-slack]
optional = true
version = "0.1"

[features]
default = ["logger"]
logger = ["af-core/logger"]
postgres = ["af-postgres"]
sentry = ["af-sentry"]
slack = ["af-slack"]
test-runner = ["af-core/test-runner"]
tokio = ["af-core/tokio"]

[package]
authors = ["Alexandra Frydl <me@alexfrydl.com>"]
description = "A core library and async runtime for Rust applications."
edition = "2018"
license = "MPL-2.0"
name = "af-lib"
repository = "https://gitlab.com/alexfrydl/lib-rs"
version = "0.1.1"
[package.metadata.docs.rs]
all-features = true