# 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 = "pxr_sys" version = "0.2.0" authors = ["Andrej Orsula "] links = "usd" description = "Rust interface for OpenUSD" readme = "README.md" keywords = [ "pxr", "usd", "vfx", "simulation", ] categories = [ "rendering::data-formats", "simulation", ] license = "MIT OR Apache-2.0" repository = "https://github.com/AndrejOrsula/pxr_rs" [lib] name = "pxr_sys" crate-type = ["rlib"] path = "src/lib.rs" [dependencies.autocxx] version = "0.26" [dependencies.cpp] version = "0.5" [dependencies.cxx] version = "1.0" features = [ "std", "c++17", ] default_features = false [dependencies.half] version = "2" [dependencies.thiserror] version = "1.0" [build-dependencies.autocxx-build] version = "0.26" [build-dependencies.built_different] version = "0.1" [build-dependencies.cpp_build] version = "0.5" [build-dependencies.pxr_build] version = "0.2.0" [build-dependencies.python-config-rs] version = "0.1" optional = true [build-dependencies.walkdir] version = "2" [features] alembic = [] default = [ "vendored", "alembic", "draco", "link_python", "materialx", "openvdb", "usd_imaging", ] draco = [] embree = [] hdf5 = [] link_python = ["python-config-rs"] materialx = [] monolithic_lib = [] opencolorio = [] openimageio = [] openvdb = [] prman = [] ptex = [] usd_imaging = [] use_cxx11_abi = [] vendored = []