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 are reading this file be aware that the original Cargo.toml 9# will likely look very different (and much more reasonable). 10# See Cargo.toml.orig for the original contents. 11 12[package] 13edition = "2018" 14name = "fs-err" 15version = "2.11.0" 16authors = ["Andrew Hickman <[email protected]>"] 17exclude = [ 18 ".github", 19 ".gitignore", 20 "README.tpl", 21] 22description = "A drop-in replacement for std::fs with more helpful error messages." 23documentation = "https://docs.rs/fs-err" 24readme = "README.md" 25categories = [ 26 "command-line-interface", 27 "filesystem", 28] 29license = "MIT/Apache-2.0" 30repository = "https://github.com/andrewhickman/fs-err" 31 32[package.metadata.docs.rs] 33all-features = true 34rustdoc-args = [ 35 "--cfg", 36 "docsrs", 37] 38 39[package.metadata.release] 40sign-tag = true 41tag-name = "{{version}}" 42 43[[package.metadata.release.pre-release-replacements]] 44exactly = 1 45file = "src/lib.rs" 46replace = "html_root_url = \"https://docs.rs/fs-err/{{version}}\"" 47search = 'html_root_url = "https://docs\.rs/fs-err/.*?"' 48 49[dependencies.tokio] 50version = "1.21" 51features = ["fs"] 52optional = true 53default_features = false 54 55[dev-dependencies.serde_json] 56version = "1.0.64" 57 58[build-dependencies.autocfg] 59version = "1" 60 61[features] 62io_safety = [] 63