# 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] name = "febug" version = "1.0.0" authors = ["наб "] build = "build.rs" description = "anyway, here's user-space debugfs" documentation = "https://srhtcdn.githack.com/~nabijaczleweli/febug/blob/rustdoc/febug/index.html" readme = "README.md" keywords = [ "debug", "fuse", ] categories = [ "development-tools", "no-std", ] license = "MIT" repository = "https://git.sr.ht/~nabijaczleweli/febug" [lib] path = "lib.rs" [dependencies.libc] version = "0.2" default-features = false [dependencies.once_cell] version = "1.5"