# 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 = "xdot" version = "0.2.3" authors = ["Philipp A. "] description = "Parse graphviz’ xdot draw instructions" documentation = "https://docs.rs/xdot" readme = "README.md" keywords = [ "graphviz", "graph", ] categories = [ "parser-implementations", "rendering::data-formats", ] license = "GPL-3.0" repository = "https://github.com/flying-sheep/xdot-rust" [package.metadata.docs.rs] all-features = true [dependencies.bitflags] version = "1.3.2" [dependencies.document-features] version = "0.2.7" optional = true [dependencies.graphviz-rust] version = "0.6.1" optional = true [dependencies.nom] version = "7.1.3" [dependencies.paste] version = "1.0.12" [dependencies.pest] version = "2.5.4" [dependencies.pest_derive] version = "2.5.4" [dependencies.pyo3] version = "0.18.2" features = ["multiple-pymethods"] optional = true [dependencies.thiserror] version = "1.0.38" optional = true [build-dependencies.rustc_version] version = "0.4.0" [features] extension-module = [ "pyo3", "pyo3/extension-module", ] layout = [ "graphviz-rust", "thiserror", ] pyo3 = ["dep:pyo3"]