# 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 = "2021" name = "sealed_test" version = "1.1.0" authors = ["Paul Delafosse "] description = """ A procmacro attribute to run your test in an isolated environment """ documentation = "https://docs.rs/sealed-test" readme = "README.md" keywords = [ "testing", "test", ] categories = [ "development-tools", "filesystem", ] license = "MIT" repository = "https://github.com/oknozor/sealed-test" [dependencies.fs_extra] version = "1.2.0" [dependencies.rusty-forkfork] version = "0.4.0" [dependencies.sealed_test_derive] version = "1.1.0" [dependencies.tempfile] version = "^3" [dev-dependencies.cmd_lib] version = "1.3.0"