# 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_core" version = "0.1.1" authors = [ "Benjamin Bolte ", "Denys Bezmenov ", "Jingxiang Mo ", "Pawel Budzianowski ", "Wesley Maa ", ] build = "build.rs" 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" [lib] name = "kos_core" path = "src/lib.rs" doctest = false [dependencies.async-trait] version = "0.1" [dependencies.eyre] version = "0.6" [dependencies.hyper] version = "0.14" [dependencies.lazy_static] version = "1.4" [dependencies.prost] version = "0.13" [dependencies.prost-types] version = "0.13" [dependencies.rumqttc] version = "0.24" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.tokio] version = "1" features = ["full"] [dependencies.tonic] version = "0.12" features = ["transport"] [dependencies.tracing] version = "0.1" [dependencies.yaml-rust2] version = "0.9" [build-dependencies.tonic-build] version = "0.12"