# 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 = "ddgg" version = "0.10.1" description = "A stable graph with undo/redo built in." homepage = "https://github.com/smj-edison/ddgg" documentation = "https://docs.rs/ddgg" readme = "README.md" keywords = [ "graph", "algorithms", "history", "stable", "undo", ] categories = [ "algorithms", "no-std", "data-structures", ] license = "MIT OR Apache-2.0" repository = "https://github.com/smj-edison/ddgg" [dependencies.serde] version = "1.0" features = [ "derive", "alloc", ] optional = true default-features = false [dependencies.snafu] version = "0.7" [dev-dependencies.serde_json] version = "1.0.74" [features] default = ["serde"] js_names = [] serde = ["dep:serde"] serde_string_indexes = ["dep:serde"]