# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] name = "fts" version = "0.3.0" authors = ["dalance "] build = "build.rs" exclude = ["test_data/*"] description = "A Rust library for high performance directory walking using libc fts" readme = "README.md" keywords = ["libc", "directory", "walk", "recursive", "iterator"] license = "MIT OR Apache-2.0" repository = "https://github.com/dalance/fts-rs" [package.metadata.release] dev-version-ext = "pre" pre-release-commit-message = "Prepare to v{{version}}" pro-release-commit-message = "Start next development iteration v{{version}}" tag-message = "Bump version to {{version}}" tag-prefix = "v" [[package.metadata.release.pre-release-replacements]] file = "README.md" replace = "fts = \"{{version}}\"" search = "fts = \"[a-z0-9\\.-]+\"" [dependencies.bitflags] version = "1" [dependencies.enum_primitive] version = "0.1" [dependencies.libc] version = "0.2" [dependencies.num] version = "0.3" [dev-dependencies.skeptic] version = "0.13" [dev-dependencies.walkdir] version = "2" [build-dependencies.skeptic] version = "0.13" [badges.codecov] branch = "master" repository = "dalance/fts-rs" service = "github" [badges.travis-ci] repository = "dalance/fts-rs"