# 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 = "jrsonnet-importers" version = "0.2.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "More importers for jrsonnet" readme = "README.md" license = "MIT" repository = "https://github.com/Jezza/jrsonnet-importers" [lib] name = "jrsonnet_importers" path = "src/lib.rs" [dependencies.jrsonnet-evaluator] version = "0.5.0-pre95" [dependencies.jrsonnet-gcmodule] version = "0.3.7" [dependencies.jrsonnet-parser] version = "0.5.0-pre95" [dependencies.rust-embed] version = "8.5.0" optional = true [features] default = [] rust-embed = ["dep:rust-embed"]