# 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 = "fsds-rs" version = "0.1.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Formula Student Driverless Simulator Rust API." readme = "README.md" keywords = [ "simulator", "api", "api-client", "driverless", "formula-student", ] license = "GPL-3.0" repository = "https://github.com/lorenzodellagiustina/fsds-rs" [lib] name = "fsds_rs" path = "src/lib.rs" [[example]] name = "control" path = "examples/control.rs" [dependencies.anyhow] version = "1.0.87" [dependencies.fsds-rs-derive] version = "0.1.0" [dependencies.msgpack-rpc] version = "0.4.2" [dependencies.rmp] version = "0.8.14" [dependencies.struct_iterable] version = "0.1.1" [dependencies.tokio] version = "1.40.0" features = [ "net", "macros", ] [dependencies.tokio-util] version = "0.7.12" [dev-dependencies.csv] version = "1.3.0" [dev-dependencies.image] version = "0.25.2" [dev-dependencies.ndarray] version = "0.16.1" [dev-dependencies.ort] version = "2.0.0-rc.4" [dev-dependencies.raqote] version = "0.8.4"