# 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 = "near-prop" version = "0.1.0" authors = ["Austin Abell "] description = "Property based testing library for NEAR using workspaces-rs" license = "MIT OR Apache-2.0" repository = "https://github.com/austinabell/near-prop" [dependencies.async-recursion] version = "1.0.0" [dependencies.async-trait] version = "0.1.56" [dependencies.env_logger] version = "0.8.2" optional = true default-features = false [dependencies.futures] version = "0.3.21" [dependencies.log] version = "0.4" optional = true [dependencies.near-prop-macros] version = "0.1" optional = true [dependencies.quickcheck] version = "1.0" [dependencies.tokio] version = "1.18" features = [ "sync", "rt", "macros", ] [dependencies.workspaces] version = "0.3.1" features = ["unstable"] [features] default = [ "regex", "use_logging", ] macros = ["near-prop-macros"] regex = ["env_logger/regex"] use_logging = [ "log", "env_logger", ]