# 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 = "mesh-portal" version = "0.2.0-rc1" description = "The raw data types for mesh-portal-api serde." homepage = "http://starlane.io/" readme = "README.md" license = "MIT" repository = "https://github.com/mechtronium/mesh-portal" [dependencies.bincode] version = "1.3.3" [dependencies.lazy_static] version = "1.4.0" [dependencies.mesh-portal-versions] version = "0.2.0-rc1" [dependencies.nom] version = "7" [dependencies.nom-supreme] version = "0.6.0" [dependencies.semver] version = "0.11.0" [dependencies.serde] version = "1.0.69" features = [ "derive", "rc", ] [dependencies.strum] version = "0.21.0" [dependencies.strum_macros] version = "0.21.1"