# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "tensorflow_proto" version = "0.3.0" authors = ["Phillip Cloud "] description = "Rust structs for Tensorflow Protocol buffers." homepage = "https://github.com/cpcloud/tensorflow_proto" documentation = "https://docs.rs/tensorflow_proto" readme = "../README.md" keywords = ["tensorflow", "protobuf", "config", "serde"] license-file = "LICENSE" repository = "https://github.com/cpcloud/tensorflow_proto" [lib] doctest = false [dependencies.prost] version = "0.7" [dependencies.serde] version = "1" features = ["derive"] optional = true [dependencies.tensorflow_proto_derive] version = "0.1.0" optional = true [dev-dependencies.serde_json] version = "1.0.57" [build-dependencies.anyhow] version = "1.0.32" [build-dependencies.glob] version = "0.3.0" [build-dependencies.prost-build] version = "0.7" [features] convert = ["tensorflow_proto_derive/convert"] serde-derive = ["serde", "tensorflow_proto_derive/serde"]