# 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] edition = "2018" name = "pmdk" version = "0.9.4" authors = ["RepliXio Developers "] exclude = [".gitignore", ".travis.yml", "deploy.sh", "test/**/*"] description = "Rust wrapper for pmdk" documentation = "https://docs.rs/pmdk" readme = "README.md" keywords = ["pmdk", "pmem", "pmemio"] license = "Apache-2.0 OR MIT" repository = "https://gitlab.com/replix/pmdk-rs.git" [profile.bench] debug = true [profile.dev] debug = true [profile.release] debug = true [profile.test] debug = true [dependencies.crossbeam-queue] version = "0.1.2" [dependencies.failure] version = "0.1" [dependencies.futures] version = "0.1" [dependencies.lazy_static] version = "1.0" [dependencies.libc] version = "0.2" [dependencies.pmdk-sys] version = "0.9" [dev-dependencies.futures-cpupool] version = "0.1" [dev-dependencies.nix] version = "0.15" [dev-dependencies.rand] version = "0.5" [dev-dependencies.tempfile] version = "3.1" [dev-dependencies.tokio] version = "0.1" [badges.maintenance] status = "experimental"