# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "valor-rs" version = "0.3.3" authors = ["Daniel Olano "] description = "Plugin runtime as HTTP API running in server and browser" license = "GPL-3.0-or-later" repository = "https://github.com/valibre-org/valor" [profile.release] lto = true [profile.release.package.valor-web] opt-level = "s" [dependencies.http-types] version = "2.8.0" [dependencies.path-tree] version = "0.1.12" [dependencies.serde] version = "1.0.117" features = ["alloc", "derive"] default-features = false [dependencies.serde_json] version = "1.0.59" [dependencies.vlugin] version = "0.3.0" package = "valor-vlugin" [features] native = [] web = []