# 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 = "omni-sys" version = "0.1.1" authors = ["Jon Huang "] build = "build.rs" links = "omnicore" exclude = [ "omnicore", "compile_commands.json", "libomnicore.a-*", ".*", ] description = "rust binding to omnilayer" readme = "README.md" license = "MIT" repository = "https://github.com/HuangFJ/omni-sys" [dependencies.anyhow] version = "1.0" [dependencies.autocxx] version = "0.26" [dependencies.cxx] version = "1.0" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [build-dependencies.autocxx-build] version = "0.26" [build-dependencies.glob] version = "0.3" [build-dependencies.miette] version = "5" features = ["fancy"] [build-dependencies.regex] version = "1.10" [build-dependencies.reqwest] version = "0.11" features = ["blocking"]