# 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" rust-version = "1.69" name = "product-os-capabilities" version = "0.0.13" authors = ["Jeremy de Oliveira-Kumar "] build = false exclude = [] include = [] autobins = true autoexamples = true autotests = true autobenches = true description = "Product OS : Capabilities provides a set of features for implementing server features and services in a modular fashion. It is designed to be used with Product OS : Server." readme = "readme.md" keywords = ["product-os"] categories = [] license = "AGPL-3.0-only" resolver = "2" [dependencies.async-trait] version = "0.1.53" features = [] default-features = false [dependencies.chrono] version = "0.4.19" features = ["serde"] [dependencies.matchit] version = "0.7.2" features = [] [dependencies.mopa] version = "0.2.2" features = [] [dependencies.no-std-compat] version = "0.4.1" features = ["alloc"] optional = false [dependencies.parking_lot] version = "0.12.1" features = ["send_guard"] default-features = false [dependencies.product-os-router] version = ">= 0.0.1" features = ["core"] optional = false default-features = false [dependencies.serde] version = "1.0.132" features = ["derive"] [dependencies.tokio] version = "1" features = ["sync"] default-features = false [features] default = [ "no-std-compat/std", "product-os-router/default", ] feature_service = []