[package] name = "nofollow" version = "0.1.4" edition = "2018" license = "MPL-2.0" description = "This crate is no longer maintained." include = ["src", "COPYRIGHT.md", "LICENSE.md"] metadata.docs.rs.targets = ["x86_64-unknown-linux-gnu", "x86_64-pc-windows-msvc"] [target.'cfg(unix)'.dependencies] libc = { version = "0.2.96", default-features = false } [dev-dependencies] tempfile = "3.2.0"