# 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 = "plugin-request-interfaces" version = "0.11.1" authors = ["arnaud jezequel"] description = "Common description for plugin creation" homepage = "https://github.com/neckaros/plugin-request-interfaces/" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/neckaros/plugin-request-interfaces/" [dependencies.regex] version = "1.10.4" [dependencies.rs-plugin-common-interfaces] version = "0.11.0" [dependencies.rusqlite] version = "0.31" optional = true [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1" [dependencies.strum] version = "0.26.2" [dependencies.strum_macros] version = "0.26.2"