# 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 = "openfare-js" version = "0.6.2" authors = ["rndhouse "] description = "Javascript ecosystem extension for OpenFare." homepage = "https://openfare.dev" license-file = "LICENSE" repository = "https://github.com/openfare/openfare-js" resolver = "2" [lib] name = "openfare_js_lib" path = "src/lib.rs" [[bin]] name = "openfare-js" path = "src/bin.rs" [dependencies.anyhow] version = "1.0.31" [dependencies.env_logger] version = "0.8.2" [dependencies.handlebars] version = "3.1.0" [dependencies.log] version = "0.4.8" [dependencies.maplit] version = "1.0.2" [dependencies.openfare-lib] version = "0.6.2" [dependencies.openssl-sys] version = "0.9.72" [dependencies.reqwest] version = "0.10.6" features = ["blocking"] [dependencies.serde] version = "1.0.104" features = ["derive"] [dependencies.serde_json] version = "1.0.48" [dependencies.structopt] version = "0.3.14" [dependencies.strum] version = "0.20.0" [dependencies.strum_macros] version = "0.20.1" [dependencies.tempdir] version = "0.3.7" [dependencies.url] version = "2.1.1" [features] vendored = ["openssl-sys/vendored"]