# 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 = "pflow-metamodel" version = "0.3.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Declarative Petri-nets using a rust DSL" homepage = "https://pflow.dev" documentation = "https://docs.rs/pflow-metamodel" readme = "README.md" license = "MIT" repository = "https://github.com/pflow-dev/metamodel-rs" [lib] name = "pflow_metamodel" path = "src/lib.rs" [dependencies.base64] version = "0.21.7" [dependencies.brotli] version = "3.4.0" [dependencies.cjson] version = "0.1.2" [dependencies.embed-doc-image] version = "0.1.4" [dependencies.libipld] version = "0.16.0" [dependencies.multibase] version = "0.9.1" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0"