rok-container 0.3.3

IoC service container and dependency injection for the rok ecosystem
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 = "rok-container"
version = "0.3.3"
authors = ["ateeq1999"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "IoC service container and dependency injection for the rok ecosystem"
homepage = "https://github.com/ateeq1999/axum-rok-http"
readme = false
keywords = [
    "di",
    "ioc",
    "container",
    "rok",
]
categories = ["development-tools"]
license = "MIT"
repository = "https://github.com/ateeq1999/axum-rok-http"

[features]
axum = ["dep:axum"]
default = []
macros = ["dep:rok-container-macros"]
postgres = [
    "axum",
    "dep:sqlx",
]

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

[dependencies.axum]
version = "0.8"
optional = true

[dependencies.rok-container-macros]
version = "0.3.3"
optional = true

[dependencies.sqlx]
version = "0.8"
features = [
    "macros",
    "runtime-tokio-native-tls",
    "chrono",
    "postgres",
]
optional = true
default-features = false

[dependencies.thiserror]
version = "2"