cortexflow_identity 0.1.1

CortexFlow identity service package
Documentation
[[bin]]
name = "cortexflow_identity"
path = "src/main.rs"

[dependencies.anyhow]
version = "1.0"

[dependencies.aya]
version = "0.13.1"

[dependencies.bytemuck]
features = ["derive"]
version = "1.23.0"

[dependencies.bytemuck_derive]
version = "1.10.1"

[dependencies.bytes]
version = "1.4"

[dependencies.cortexbrain-common]
version = "0.1.0"

[dependencies.k8s-openapi]
features = ["v1_34"]
version = "0.26.0"

[dependencies.kube]
features = ["client"]
version = "2.0.1"

[dependencies.libc]
version = "0.2.172"

[dependencies.nix]
features = ["net"]
version = "0.30.1"

[dependencies.tokio]
features = ["rt", "rt-multi-thread", "signal", "fs", "time", "macros"]
version = "1.48.0"

[dependencies.tracing]
version = "0.1.41"

[dependencies.tracing-subscriber]
features = ["env-filter"]
version = "0.3.19"

[features]
default = ["map-handlers", "struct", "enums"]
enums = []
experimental = ["map-handlers", "struct", "enums"]
map-handlers = []
struct = []

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

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "CortexFlow identity service package"
documentation = "https://docs.cortexflow.org"
edition = "2024"
homepage = "https://docs.cortexflow.org"
license = "Apache-2.0"
name = "cortexflow_identity"
readme = "README.md"
repository = "https://github.com/CortexFlow/CortexBrain"
version = "0.1.1"