# 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" rust-version = "1.70" name = "omniverse_sys" version = "0.2.0" authors = ["Andrej Orsula "] links = "carb" description = "Rust interface for Omniverse" readme = "README.md" keywords = [ "omniverse", "usd", "vfx", "simulation", ] categories = ["simulation"] license = "MIT OR Apache-2.0" repository = "https://github.com/AndrejOrsula/omniverse_rs" [lib] name = "omniverse_sys" crate-type = ["rlib"] path = "src/lib.rs" [dependencies.autocxx] version = "0.26" [dependencies.builder_derive_more] version = "0.1" [dependencies.cpp] version = "0.5" [dependencies.cxx] version = "1.0" features = [ "std", "c++17", ] default_features = false [dependencies.derive_builder] version = "0.20" [dependencies.once_cell] version = "1.18" [dependencies.pxr] version = "0.2" [dependencies.thiserror] version = "1.0" [build-dependencies.anyhow] version = "1.0" [build-dependencies.autocxx-build] version = "0.26" [build-dependencies.bindgen] version = "0.69" [build-dependencies.built_different] version = "0.1" [build-dependencies.cpp_build] version = "0.5" [build-dependencies.pxr] version = "0.2" [build-dependencies.urlencoding] version = "2" [build-dependencies.walkdir] version = "2" [features] default = ["vendored"] vendored = []