# 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 = "narthex_engine_trait" version = "0.1.2" authors = ["Martin "] publish = true description = "Shared code (trait) for portable apps" documentation = "https://docs.rs/narthex_engine_trait/0.1.2/narthex_engine_trait/" readme = "README.md" keywords = ["portable", "cross-platform"] license = "MPL-2.0" repository = "https://github.com/martinellison/narthex-engine-trait" [dependencies.anyhow] version = "1.0.44" [dependencies.serde] version = "1.0.130" features = ["derive"] [dependencies.serde_json] version = "1.0.68" [dependencies.strum] version = "0.22.0" features = ["derive"]