Sha256: 8136ecf9199387f1aa56c6a06d68f0e40b20ae9a48a113e7db8d44a519a96961
Contents?: true
Size: 1.38 KB
Versions: 5
Compression:
Stored size: 1.38 KB
Contents
# 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 = "memfd" version = "0.6.2" authors = [ "Luca Bruno <lucab@lucabruno.net>", "Simonas Kazlauskas <git@kazlauskas.me>", ] exclude = [ ".gitignore", ".travis.yml", ] description = "A pure-Rust library to work with Linux memfd and sealing" documentation = "https://docs.rs/memfd" readme = "README.md" keywords = [ "Linux", "memfd", "memfd_create", "seal", ] categories = [ "filesystem", "os", "os::unix-apis", ] license = "MIT OR Apache-2.0" repository = "https://github.com/lucab/memfd-rs" [package.metadata.release] publish = false push = false post-release-commit-message = "cargo: development version bump" pre-release-commit-message = "cargo: memfd release {{version}}" sign-commit = true sign-tag = true tag-message = "memfd {{version}}" [package.metadata.docs.rs] rustdoc-args = [ "--cfg", "docsrs", ] [dependencies.rustix] version = "0.36.0" features = ["fs"]
Version data entries
5 entries across 5 versions & 1 rubygems