# 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" rust-version = "1.62.1" name = "antithesis_sdk" version = "0.2.4" build = false autobins = false autoexamples = false autotests = false autobenches = false description = """ Rust SDK for the Antithesis autonomous software testing platform. """ homepage = "https://github.com/antithesishq/antithesis-sdk-rust" documentation = "https://antithesis.com/docs/using_antithesis/sdk/rust/overview/" readme = "README.md" keywords = [ "antithesis", "testing", "fuzzing", "quality", ] categories = ["development-tools::testing"] license = "MIT" repository = "https://github.com/antithesishq/antithesis-sdk-rust" [lib] name = "antithesis_sdk" path = "src/lib.rs" [[test]] name = "assert_always_with_details" path = "tests/assert_always_with_details.rs" [[test]] name = "assert_guidance" path = "tests/assert_guidance.rs" [[test]] name = "sdk_info" path = "tests/sdk_info.rs" [[test]] name = "send_event" path = "tests/send_event.rs" [[test]] name = "setup_complete_with_details" path = "tests/setup_complete_with_details.rs" [[test]] name = "setup_complete_without_details" path = "tests/setup_complete_without_details.rs" [dependencies.libc] version = "0.2.64" optional = true [dependencies.libloading] version = "0.8" optional = true [dependencies.linkme] version = "0.3.17" optional = true [dependencies.once_cell] version = "1" optional = true [dependencies.rand] version = "0.8" [dependencies.rustc_version_runtime] version = "0.3" optional = true [dependencies.serde] version = "1.0.113" features = ["derive"] [dependencies.serde_json] version = "1.0.25" [features] default = ["full"] full = [ "dep:libloading", "dep:libc", "dep:linkme", "dep:once_cell", "dep:rustc_version_runtime", ]