# 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 = "nsi" version = "0.8.0" authors = ["Moritz Moeller "] exclude = [ ".github/**/*", "crates/**/*", "assets/**/*", "examples/**/*", ] description = "Nodal Scene Interface for (offline) 3D renderers – ɴsɪ." homepage = "https://www.3delight.com/" documentation = "https://docs.rs/nsi/" readme = "README.md" keywords = [ "graphics", "rendering", "3d", "ray-tracing", "scene-description", ] categories = [ "graphics", "multimedia::images", "rendering::graphics-api", ] license = "MIT OR Apache-2.0 OR Zlib" repository = "https://github.com/virtualritz/nsi/" [package.metadata.docs.rs] features = [ "download_lib3delight", "jupyter", "output", "toolbelt", "delight", "nightly", ] [[example]] name = "interactive" path = "examples/interactive/main.rs" [[example]] name = "output" path = "examples/output/main.rs" required-features = ["output"] [[example]] name = "volume" path = "examples/volume/main.rs" [dependencies.nsi-3delight] version = "0.8" optional = true [dependencies.nsi-core] version = "0.8" [dependencies.nsi-jupyter] version = "0.8" optional = true [dependencies.nsi-toolbelt] version = "0.8" optional = true [dev-dependencies.dl-openvdb-query] version = "0.1" [dev-dependencies.exr] version = "1.71" [dev-dependencies.nsi-3delight] version = "0.8" [dev-dependencies.nsi-toolbelt] version = "0.8" [dev-dependencies.png] version = "0.17" [dev-dependencies.polyhedron-ops] version = "0.2.7" features = ["nsi"] [features] default = [] delight = ["nsi-3delight"] download_lib3delight = ["nsi-core/download_lib3delight"] jupyter = ["nsi-jupyter"] link_lib3delight = ["nsi-core/link_lib3delight"] nightly = ["nsi-core/nightly"] output = ["nsi-core/output"] toolbelt = ["nsi-toolbelt"] ustr = ["nsi-core/ustr_handles"]