# 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 = "thrift_codec" version = "0.3.2" authors = ["Takeru Ohta "] description = "A library for encoding/decoding binaries specified by the thrift protocol" homepage = "https://github.com/sile/thrift_codec" readme = "README.md" keywords = ["thrift"] license = "MIT" repository = "https://github.com/sile/thrift_codec" [[example]] name = "decode_message" required-features = ["serde"] [[example]] name = "encode_message" [dependencies.byteorder] version = "1" [dependencies.serde] version = "1" features = ["derive"] optional = true [dependencies.trackable] version = "1.2" [dev-dependencies.clap] version = "4" features = ["derive"] [dev-dependencies.serdeconv] version = "0.4"