# 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 = "kos" version = "0.1.1" authors = [ "Benjamin Bolte ", "Denys Bezmenov ", "Jingxiang Mo ", "Pawel Budzianowski ", "Wesley Maa ", ] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "The K-Scale Operating System" documentation = "https://docs.kscale.dev/os/intro" readme = "README.md" license = "MIT" repository = "https://github.com/kscalelabs/kos" [[bin]] name = "kos" path = "src/main.rs" [dependencies.eyre] version = "0.6" [dependencies.kos-sim] version = "0.1.0" optional = true [dependencies.kos-stub] version = "0.1.0" optional = true [dependencies.kos-zeroth-01] version = "0.1.0" optional = true [dependencies.kos_core] version = "0.1.1" [dependencies.tokio] version = "1" features = ["full"] [dependencies.tonic] version = "0.12" features = ["transport"] [dependencies.tower] version = "0.5" [dependencies.tracing] version = "0.1" [dependencies.tracing-subscriber] version = "0.3" features = ["env-filter"] [features] default = ["kos-stub"] kos-sim = ["dep:kos-sim"] kos-stub = ["dep:kos-stub"] kos-zeroth-01 = ["dep:kos-zeroth-01"] [target.'cfg(target_os = "linux")'.dependencies.kos-kbot] version = "0.1.0" optional = true