dog-core 0.1.5

Core traits and utilities for the DogRS ecosystem - a modular Rust framework for building scalable applications
Documentation
# 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 = "dog-core"
version = "0.1.5"
authors = ["Jitpomi <hello@jitpomi.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Core traits and utilities for the DogRS ecosystem - a modular Rust framework for building scalable applications"
documentation = "https://docs.rs/dog-core"
readme = "README.md"
keywords = [
    "framework",
    "async",
    "traits",
    "core",
]
categories = [
    "development-tools",
    "asynchronous",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/Jitpomi/dogrs"

[package.metadata.ferrisup]
component_type = "library"

[features]
adapters = []
default = []
serde = [
    "dep:serde",
    "dep:serde_json",
]

[lib]
name = "dog_core"
path = "src/lib.rs"

[dependencies.anyhow]
version = "1.0.100"

[dependencies.async-trait]
version = "0.1.89"

[dependencies.serde]
version = "1.0.228"
features = ["derive"]
optional = true

[dependencies.serde_json]
version = "1.0.145"
optional = true

[dev-dependencies]