# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] name = "agni" version = "0.1.2" authors = ["merikesh "] description = "Agni is 3D pathtracing research library" keywords = ["rendering", "3D"] license = "MPL-2.0" [dependencies.clap] version = "2.32.0" optional = true [dependencies.num_cpus] version = "1.8.0" [dependencies.pest] version = "2.0.2" optional = true [dependencies.pest_derive] version = "2.0.1" optional = true [features] cli = ["clap"] default = ["cli", "io_pbrt"] io_pbrt = ["pest", "pest_derive"]