# 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 = "rust-sk" version = "0.2.0" authors = ["Arkitu"] description = "A port of the rsk (robot-soccer-kit) python library" homepage = "https://github.com/Undefined-club-robotique/rust-sk" documentation = "https://github.com/Undefined-club-robotique/rust-sk" readme = "README.md" keywords = [ "rsk", "robot", "soccer", "kit", "robocup", ] license = "MIT" repository = "https://github.com/Undefined-club-robotique/rust-sk" [dependencies.serde] version = "1.0.163" features = ["derive"] [dependencies.serde_json] version = "1.0.96" [dependencies.tokio] version = "1.28.2" features = [ "rt", "rt-multi-thread", "sync", "time", ] [dependencies.zmq] version = "0.10.0"