# 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 = "frc-value" version = "0.1.4" description = "A common value interface for rust frc apps" readme = "README.md" license = "MIT" resolver = "1" [dependencies.bytes] version = "1.5.0" features = ["serde"] [dependencies.protobuf] version = "3.3.0" features = [ "bytes", "with-bytes", ] [dependencies.rmpv] version = "1.0" optional = true [dependencies.serde] version = "1.0.171" features = ["derive"] [dependencies.thiserror] version = "1.0.50" [dependencies.tracing] version = "0.1.37" [dependencies.variantly] version = "0.3.0" [dev-dependencies.serde_json] version = "1" [features] rmpv-casting = ["rmpv"]