1# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO 2# 3# When uploading crates to the registry Cargo will automatically 4# "normalize" Cargo.toml files for maximal compatibility 5# with all versions of Cargo and also rewrite `path` dependencies 6# to registry (e.g. crates.io) dependencies 7# 8# If you believe there's an error in this file please file an 9# issue against the rust-lang/cargo repository. If you're 10# editing this file be aware that the upstream Cargo.toml 11# will likely look very different (and much more reasonable) 12 13[package] 14name = "inotify-sys" 15version = "0.1.3" 16authors = ["Hanno Braun <[email protected]>"] 17description = "inotify bindings for the Rust programming language" 18documentation = "https://docs.rs/inotify-sys" 19readme = "README.md" 20keywords = ["inotify", "linux"] 21categories = ["external-ffi-bindings", "filesystem"] 22license = "ISC" 23repository = "https://github.com/inotify-rs/inotify-sys" 24[package.metadata.release] 25dev-version-ext = "dev" 26pre-release-commit-message = "chore: Release version {{version}}" 27pro-release-commit-message = "chore: Bump version to {{version}}" 28tag-message = "Version {{version}}" 29tag-prefix = "v" 30[dependencies.libc] 31version = "0.2" 32[badges.maintenance] 33status = "actively-developed" 34 35[badges.travis-ci] 36repository = "inotify-rs/inotify-sys" 37