# 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 = "krpc-client" version = "0.6.0" authors = ["Kyle Ladd "] build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "A stand-alone client for the Kerbal Space Program kRPC mod." documentation = "https://docs.rs/krpc-client" readme = "README.md" keywords = [ "krpc", "kerbal", ] license = "GPL-3.0" repository = "https://github.com/kladd/krpc-client" [lib] name = "krpc_client" path = "src/lib.rs" [[example]] name = "client" path = "examples/client.rs" [[example]] name = "streams" path = "examples/streams.rs" [dependencies.bytes] version = "1.4" [dependencies.protobuf] version = "3.2.0" features = ["bytes"] [dependencies.thiserror] version = "1.0" [dependencies.tokio] version = "1.40.0" features = [ "io-util", "net", "rt", "sync", ] optional = true [build-dependencies.convert_case] version = "0.6.0" [build-dependencies.prettyplease] version = "0.2" optional = true [build-dependencies.proc-macro2] version = "1.0" [build-dependencies.protobuf-codegen] version = "3.2.0" [build-dependencies.quote] version = "1.0.26" [build-dependencies.serde] version = "1.0" [build-dependencies.serde_json] version = "1.0" [build-dependencies.syn] version = "2.0" features = ["full"] [features] default = ["fmt"] fmt = ["dep:prettyplease"] tokio = ["dep:tokio"]