# 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 = "relrc" version = "0.3.0-rc.4" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Reference counted pointers, with relationships to other pointers." readme = "README.md" license = "Apache-2.0" [lib] name = "relrc" path = "src/lib.rs" [dependencies.derive-where] version = "1.2.7" [dependencies.derive_more] version = "0.99.18" [dependencies.petgraph] version = "0.6.5" optional = true [dependencies.serde] version = "1.0.204" features = ["derive"] optional = true [dependencies.thiserror] version = "1.0.63" [dev-dependencies.insta] version = "1.39.0" [dev-dependencies.itertools] version = "0.13.0" [dev-dependencies.rstest] version = "0.22.0" [dev-dependencies.serde_json] version = "1.0.122" [features] petgraph = ["dep:petgraph"] serde = ["dep:serde"]