# 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 = "grapes" version = "0.3.0" authors = ["Reinis Mazeiks"] description = "Persistent graph data structures: Tree, Graph, Arena & more" documentation = "https://docs.rs/grapes/latest/grapes/" readme = "Readme.md" keywords = [ "data-structure", "tree", "graph", "persistent", "immutable", ] categories = ["data-structures"] license = "MIT OR Apache-2.0" repository = "https://gitlab.com/dawn_best/grapes" [dependencies.imbl] version = "1.0.1" [dependencies.serde] version = "1.0.136" features = ["derive"] optional = true [dev-dependencies.impls] version = "1.0.3" [dev-dependencies.serde] version = "1.0.136" [dev-dependencies.velcro] version = "0.5.3" [features] serde = [ "dep:serde", "imbl/serde", ]