# 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 = "seq-data-file" version = "0.2.0" authors = ["Vincent Hanquez "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "simple sequential data file" homepage = "https://github.com/vincenthz/seq-data-file/" readme = "README.md" keywords = [ "file", "format", "archive", ] categories = ["filesystem"] license = "MIT/Apache-2.0" repository = "https://github.com/vincenthz/seq-data-file/" [lib] name = "seq_data_file" path = "src/lib.rs" [[example]] name = "run" path = "examples/run.rs" [dependencies.tokio] version = "1" features = [ "fs", "io-util", ] optional = true [features] async = ["dep:tokio"] default = []