# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "af-lib" version = "0.1.1" authors = ["Alexandra Frydl "] description = "A core library and async runtime for Rust applications." license = "MPL-2.0" repository = "https://gitlab.com/alexfrydl/lib-rs" [package.metadata.docs.rs] all-features = true [dependencies.af-core] version = "0.1" [dependencies.af-postgres] version = "0.1" optional = true [dependencies.af-sentry] version = "0.1" optional = true [dependencies.af-slack] version = "0.1" optional = true [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"]