# 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 = "reopen" version = "1.0.3" authors = ["Michal 'vorner' Vaner "] description = "File reopening utility" documentation = "https://docs.rs/reopen" readme = "README.md" keywords = ["reopen", "logging"] categories = ["development-tools::debugging"] license = "Apache-2.0/MIT" repository = "https://github.com/vorner/reopen" [package.metadata.docs.rs] all-features = true [dependencies.libc] version = "~0.2" optional = true [dependencies.signal-hook] version = "~0.3" optional = true default-features = false [dev-dependencies.log] version = "~0.4" [dev-dependencies.partial-io] version = "~0.3" [dev-dependencies.simple-logging] version = "~2" [dev-dependencies.version-sync] version = "~0.9" [build-dependencies.autocfg] version = "~1" [features] signals = ["signal-hook", "libc"] [badges.maintenance] status = "passively-maintained" [badges.travis-ci] repository = "vorner/reopen"