# 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 = "2018" name = "rs-graph-derive" version = "0.21.0" authors = ["Frank Fischer "] description = "Automatic implementation of graph types" homepage = "https://chiselapp.com/user/fifr/repository/rs-graph" keywords = [ "algorithm", "optimization", "network", "graph", "combinatorics", ] categories = ["algorithms"] license = "GPL-3.0+" repository = "https://chiselapp.com/user/fifr/repository/rs-graph" [lib] name = "rs_graph_derive" proc-macro = true [dependencies.proc-macro2] version = "^1" [dependencies.quote] version = "^1" [dependencies.rs-graph] version = "^0.21.0" [dependencies.syn] version = "^1" [dev-dependencies.syn] version = "^1" features = ["extra-traits"]