# 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 = "rpkl" version = "0.3.5" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Bindings and codegen for Apple's Pkl configuration language" readme = "README.md" keywords = [ "pkl", "apple", "codegen", ] license = "MIT" repository = "https://github.com/z-jxy/rpkl" [profile.release] debug = 1 [lib] name = "rpkl" path = "src/lib.rs" [[example]] name = "codegen" path = "examples/codegen.rs" [[example]] name = "database" path = "examples/database.rs" [[example]] name = "enums" path = "examples/enums.rs" [[example]] name = "evaluator_options" path = "examples/evaluator_options.rs" [[example]] name = "nested" path = "examples/nested.rs" [[example]] name = "nonprim" path = "examples/nonprim.rs" [[test]] name = "deserializer" path = "tests/deserializer.rs" [[test]] name = "non_primitive" path = "tests/non_primitive.rs" [[test]] name = "utils" path = "tests/utils.rs" [dependencies.convert_case] version = "0.6.0" optional = true [dependencies.dhat] version = "0.3.3" optional = true [dependencies.rmp-serde] version = "1.1.2" [dependencies.rmpv] version = "1.0.1" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.tracing] version = "0.1.40" optional = true [dependencies.tracing-subscriber] version = "0.3.18" optional = true [dev-dependencies.serde_json] version = "1.0.117" [features] codegen = ["convert_case"] default = [] dhat-ad-hoc = ["dhat"] dhat-heap = ["dhat"] trace = [ "tracing", "tracing-subscriber", ] [target."cfg(windows)".dependencies.dunce] version = "1.0.4"