# 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 = "nova-api" version = "0.1.4" authors = [ "Sienna Lloyd", "Pleiades Authors", ] publish = true description = "Protocol buffers, API definitions, and generated code for the Nova Engine" license = "GPL-3.0-only" repository = "https://review.r3t.io/nova-engine/api" [lib] crate-type = ["lib"] path = "src/lib.rs" [dependencies.bytes] version = "1" optional = true [dependencies.lazy_static] version = "1" optional = true [dependencies.prost] version = "0.12" optional = true [dependencies.protobuf] version = "2" [build-dependencies.protobuf-build] version = "0.15" [build-dependencies.toml_edit] version = "0.20.4" [features] default = ["protobuf-codec"] prost-codec = [ "protobuf-build/prost-codec", "prost", "lazy_static", ] protobuf-codec = [ "protobuf-build/protobuf-codec", "bytes", "protobuf/bytes", ]