[package] name = "openusd" version = "0.1.3" edition = "2021" repository = "https://github.com/mxpv/openusd" license-file = "LICENSE" exclude = ["/extern"] description = "Rust native USD library" categories = ["graphics", "rendering", "rendering::data-formats"] keywords = ["usd", "usda", "usdc", "usdz", "pxr"] [dependencies] anyhow = "1.0.79" bytemuck = { version = "1.14.0", features = ["derive"] } strum = { version = "0.25.0", features = ["derive"] } lz4_flex = "0.11.1"