# 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 = "anduril-lattice-sdk" version = "1.3.2" build = false autolib = false autobins = false autoexamples = false autotests = false autobenches = false description = "Anduril's Lattice SDK for interacting with Lattice APIs" homepage = "https://anduril.com" documentation = "https://docs.anduril.com" readme = "README.md" license-file = "LICENSE.md" repository = "https://github.com/anduril/lattice-sdk-rust" [lib] name = "anduril_lattice_sdk" crate-type = ["lib"] path = "src/mod.rs" [dependencies.bytes] version = "1.7.1" [dependencies.pbjson] version = "0.7" [dependencies.pbjson-types] version = "0.7" [dependencies.prost] version = "0.13.1" [dependencies.serde] version = "1.0.204" [dependencies.tonic] version = "0.12.1" features = ["gzip"]