# 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 = "2018" name = "warc" version = "0.4.0" authors = ["Reza Akhavan "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A Rust library for reading and writing WARC files." documentation = "https://docs.rs/crate/warc/" readme = "README.md" keywords = [ "warc", "web", "archive", ] license = "MIT" repository = "https://github.com/jedireza/warc" [lib] name = "warc" path = "src/lib.rs" [[example]] name = "hello_warc" path = "examples/hello_warc.rs" [[example]] name = "read_file" path = "examples/read_file.rs" [[example]] name = "read_filtered" path = "examples/read_filtered.rs" [[example]] name = "read_gzip" path = "examples/read_gzip.rs" [[example]] name = "read_raw" path = "examples/read_raw.rs" [[example]] name = "write_file" path = "examples/write_file.rs" [[example]] name = "write_gzip" path = "examples/write_gzip.rs" [[example]] name = "write_raw" path = "examples/write_raw.rs" [dependencies.chrono] version = "0.4.11" [dependencies.libflate] version = "1" optional = true [dependencies.nom] version = "7.1.3" [dependencies.serde] version = "1" features = ["derive"] optional = true [dependencies.url] version = "2" [dependencies.uuid] version = "0.8.1" features = ["v4"] [features] default = ["gzip"] gzip = ["libflate"] with_serde = ["serde"]