# 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 = "rigz_core" version = "0.0.2" description = "Base type and trait definitions for rigz, expected to be used by custom modules." homepage = "https://gitlab.com/inapinch/rigz/rigz/core" readme = "README.md" keywords = [ "rigz", "core", ] license = "MIT" repository = "https://gitlab.com/inapinch/rigz/rigz" [dependencies.log] version = "0.4.21" features = [] [dependencies.serde] version = "1.0.200" features = ["derive"]