# 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 = "tsfile-writer" version = "0.2.1" authors = ["jfeinauer@hey.com"] description = "A simple TsFile writer in rust with a sync sender to import tsfiles to Apache IoTDB instances" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/JulianFeinauer/tsfile-rust/tree/main/tsfile-writer" [dependencies.crc32fast] version = "1.3.2" optional = true [dependencies.hex] version = "0.4.3" optional = true [dependencies.log] version = "0.4.17" [dependencies.pnet] version = "0.29.0" optional = true [dependencies.sha2] version = "0.10.2" optional = true [dependencies.snap] version = "1.0.5" [dependencies.thrift] version = "0.14.1" optional = true [dependencies.uuid] version = "1.1.0" features = ["v4"] optional = true [features] sync_sender = [ "thrift", "pnet", "uuid", "sha2", "hex", "crc32fast", ]