fathomdb 0.7.2

FathomDB facade crate — re-exports the public Rust surface of fathomdb-engine.
Documentation
# 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.95"
name = "fathomdb"
version = "0.7.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "FathomDB facade crate — re-exports the public Rust surface of fathomdb-engine."
readme = false
license = "Apache-2.0"
repository = "https://github.com/coreyt/fathomdb"

[lib]
name = "fathomdb"
path = "src/lib.rs"

[[test]]
name = "no_recovery_surface"
path = "tests/no_recovery_surface.rs"

[[test]]
name = "reexports"
path = "tests/reexports.rs"

[dependencies.fathomdb-engine]
version = "0.7.2"