# 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 = "jslt" version = "0.0.3" build = false exclude = [ ".DS_Store", ".github", "**/*.jslt", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Everyones favorite xslt but for json" readme = "README.md" license = "MIT" repository = "https://github.com/DmitryDodzin/jslt.git" [profile.release] opt-level = "z" lto = true codegen-units = 1 strip = "debuginfo" [lib] name = "jslt" path = "src/lib.rs" [dependencies.chrono] version = "0.4" [dependencies.pest] version = "2.7" [dependencies.pest_derive] version = "2.7" [dependencies.rand] version = "0.8" [dependencies.regex-lite] version = "0.1" [dependencies.rstest] version = "0.18" [dependencies.serde] version = "1" [dependencies.serde_json] version = "1" [dependencies.sha256] version = "1" [dependencies.thiserror] version = "1" [dependencies.url] version = "2" features = ["serde"] [dependencies.uuid] version = "1" features = ["v4"]