# 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" rust-version = "1.70" name = "protolog" version = "0.0.0" authors = ["Arto Bendiken"] publish = true description = "Protolog" homepage = "https://github.com/artob/protolog" documentation = "https://github.com/artob/protolog/blob/master/README.md" readme = "README.md" keywords = [ "protobuf", "serialization", "storage", "stream", ] categories = [ "data-structures", "database-implementations", "encoding", ] license = "Unlicense" repository = "https://github.com/artob/protolog" [dependencies.arrayvec] version = "0.7.4" features = ["zeroize"] [dependencies.cap-std] version = "2.0.0" [dependencies.cap-tempfile] version = "2.0.0" [dependencies.libflate] version = "2.0.0" optional = true [dependencies.lz4_flex] version = "0.11.1" optional = true [dependencies.thiserror] version = "1.0.50" [dependencies.tracing] version = "0.1.39" optional = true [dependencies.zerocopy] version = "0.7.11" [dependencies.zerocopy-derive] version = "0.7.11" [dependencies.zeroize] version = "1.6.0" optional = true [features] default = [ "encrypt", "gzip", "lz4", "tracing", ] encrypt = ["dep:zeroize"] gzip = ["dep:libflate"] lz4 = ["dep:lz4_flex"] tracing = ["dep:tracing"]