tfrecord 0.7.0

Serialize and deserialize TFRecord data format from TensorFlow
Documentation
[build-dependencies.anyhow]
version = "1.0.40"

[build-dependencies.flate2]
version = "1.0.20"

[build-dependencies.glob]
version = "0.3.0"

[build-dependencies.hex]
version = "0.4.3"

[build-dependencies.lazy_static]
version = "1.4.0"

[build-dependencies.prost-build]
version = "0.7.0"

[build-dependencies.tar]
version = "0.4.33"

[build-dependencies.ureq]
version = "2.1.0"
[dependencies.async-std]
features = ["attributes", "unstable"]
optional = true
version = "1.9.0"

[dependencies.atomig]
version = "0.2.0"

[dependencies.crc]
version = "1.8.1"

[dependencies.futures]
optional = true
version = "0.3.13"

[dependencies.hostname]
optional = true
version = "0.3.1"

[dependencies.image]
optional = true
version = "0.23.14"

[dependencies.integer-encoding]
version = "3.0.2"

[dependencies.ndarray]
optional = true
version = "0.15.1"

[dependencies.noisy_float]
version = "0.2.0"

[dependencies.num_cpus]
optional = true
version = "1.13.0"

[dependencies.prost]
version = "0.7.0"

[dependencies.serde]
features = ["derive"]
optional = true
version = "1.0.125"

[dependencies.static_assertions]
optional = true
version = "1.1.0"

[dependencies.tch]
optional = true
version = "0.4.0"

[dependencies.thiserror]
version = "1.0.24"

[dependencies.tokio]
features = ["sync"]
optional = true
version = "1.4.0"
[dev-dependencies.anyhow]
version = "1.0.40"

[dev-dependencies.approx]
version = "0.4.0"

[dev-dependencies.clap]
version = "3.0.0-beta.2"

[dev-dependencies.csv]
version = "1.1.6"

[dev-dependencies.flate2]
version = "1.0.20"

[dev-dependencies.indexmap]
version = "1.6.2"

[dev-dependencies.itertools]
version = "0.10.0"

[dev-dependencies.lazy_static]
version = "1.4.0"

[dev-dependencies.packed_struct]
version = "0.5.0"

[dev-dependencies.packed_struct_codegen]
version = "0.5.0"

[dev-dependencies.rand]
features = ["getrandom"]
version = "0.8.3"

[dev-dependencies.rand_distr]
version = "0.4.0"

[dev-dependencies.serde]
features = ["derive"]
version = "1.0.125"

[dev-dependencies.serde_json]
version = "1.0.64"

[dev-dependencies.ureq]
version = "2.1.0"

[features]
async_ = ["futures", "async-std"]
dataset = ["async_", "num_cpus", "tokio", "static_assertions"]
doc-only = ["tch/doc-only"]
full = ["async_", "dataset", "summary", "with-tch", "with-image", "with-ndarray", "with-serde"]
generate_protobuf_src = []
summary = ["hostname"]
with-image = ["image"]
with-ndarray = ["ndarray"]
with-serde = ["serde"]
with-tch = ["tch", "with-image"]

[package]
authors = ["Jerry Lin <jerry73204@gmail.com>"]
build = "build.rs"
categories = ["parsing"]
description = "Serialize and deserialize TFRecord data format from TensorFlow"
documentation = "https://docs.rs/tfrecord/"
edition = "2018"
homepage = "https://github.com/jerry73204/rust-tfrecord"
license-file = "LICENSE"
name = "tfrecord"
readme = "README.md"
repository = "https://github.com/jerry73204/rust-tfrecord.git"
version = "0.7.0"
[package.metadata.docs.rs]
features = ["full", "doc-only"]
no-default-features = true