# 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 = "pica" version = "0.1.7" authors = [ "Adrien Larbanet", "Charlie Boutier ", "David De Jesus Duarte ", "Henri Chataing ", ] exclude = [ "res/*", "scripts/*", ] default-run = "pica-server" description = "Pica is a virtual UWB Controller implementing the FiRa UCI specification." readme = "README.md" keywords = [ "uwb", "virtual", "emulator", "controller", ] categories = [ "emulators", "virtualization", ] license = "Apache-2.0" repository = "https://github.com/google/pica" [lib] name = "pica" path = "src/lib.rs" [[bin]] name = "pica-server" path = "src/bin/server/mod.rs" [dependencies.anyhow] version = "1.0.56" [dependencies.bytes] version = "1" [dependencies.clap] version = "4.1.8" features = [ "derive", "error-context", "help", "std", "usage", ] default-features = false [dependencies.glam] version = "0.23.0" [dependencies.hex] version = "0.4.3" [dependencies.hyper] version = "0.14" features = [ "server", "stream", "http1", "tcp", ] optional = true [dependencies.num-derive] version = "0.3.3" [dependencies.num-traits] version = "0.2.17" [dependencies.pdl-runtime] version = "0.2.2" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.thiserror] version = "1.0.49" [dependencies.tokio] version = "1.32.0" features = [ "fs", "io-util", "macros", "net", "rt", ] [dependencies.tokio-stream] version = "0.1.8" features = ["sync"] [build-dependencies.pdl-compiler] version = "0.2.3" [features] default = ["web"] web = [ "hyper", "tokio/rt-multi-thread", ]