# 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 = "tfrecord-codegen" version = "0.1.0" authors = ["Jerry Lin "] description = "Code generation helper for tfrecord crate" homepage = "https://github.com/jerry73204/rust-tfrecord" documentation = "https://docs.rs/tfrecord/" readme = "README.md" categories = ["parsing"] license-file = "LICENSE" repository = "https://github.com/jerry73204/rust-tfrecord.git" resolver = "1" [dependencies.anyhow] version = "1.0.75" [dependencies.flate2] version = "1.0.27" [dependencies.glob] version = "0.3.1" [dependencies.hex] version = "0.4.3" [dependencies.itertools] version = "0.11.0" [dependencies.once_cell] version = "1.18.0" [dependencies.prost-build] version = "0.12.0" [dependencies.tar] version = "0.4.40" [dependencies.ureq] version = "2.7.1"