# 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 = "delight-helpers" version = "0.1.9" authors = ["Moritz Moeller "] exclude = [ ".github/**/*", "crates/**/*", "cpp/**/*", ] description = "Command line utilities/helpers for the 3Delight renderer." homepage = "https://www.3delight.com/" documentation = "https://docs.rs/delight-helpers/" readme = "README.md" keywords = [ "graphics", "rendering", "3d", "ray-tracing", ] categories = [ "command-line-utilities", "graphics", "multimedia::images", "rendering", ] license = "Apache-2.0 OR BSD-3-Clause OR MIT OR Zlib" repository = "https://github.com/virtualritz/delight-helpers/" [profile.dist] inherits = "release" [profile.release] opt-level = "z" lto = true codegen-units = 1 panic = "abort" strip = "symbols" [[bin]] name = "rdl" path = "src/rdl.rs" [dependencies.anyhow] version = "1" [dependencies.clap] version = "4.4" features = [ "derive", "color", "suggestions", "unicode", "wrap_help", ] [dependencies.clap_complete] version = "4.4" [dependencies.clap_complete_fig] version = "4.4" [dependencies.clap_complete_nushell] version = "4.4" [dependencies.delight] version = "0.1" [dependencies.fern] version = "0.6" features = ["colored"] [dependencies.frame-sequence] version = "0.1" [dependencies.glibc_version] version = "0.1" [dependencies.human-panic] version = "1.2" [dependencies.lazy_static] version = "1.4" [dependencies.log] version = "0.4" features = ["std"] [dependencies.notify] version = "6.1" [dependencies.nsi] version = "0.8" [build-dependencies.built] version = "0.7.1" [build-dependencies.glibc_version] version = "0.1" [target."cfg(windows)".dependencies.rlimit] version = "0.10"