# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] name = "wal-rs" version = "1.0.2" authors = ["dtynn "] description = " Write-ahead-log implementation\n" homepage = "https://github.com/dtynn/wal-rs" documentation = "https://docs.rs/wal-rs" readme = "README.md" keywords = ["wal", "disk", "file", "write-ahead-log", "persistence"] categories = ["filesystem"] license-file = "LICENSE" repository = "https://github.com/dtynn/wal-rs" [[example]] name = "wal" [dependencies.byteorder] version = "1.2" [dependencies.crc] version = "1.8" [dependencies.fs2] version = "0.4" [dependencies.hex] version = "0.3" [dev-dependencies.rand] version = "0.5"