# 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] edition = "2018" name = "include-merkle" version = "0.1.4" authors = ["Graham Wihlidal "] include = ["src/*.rs", "Cargo.toml"] description = "Functionality for generating a Merkle-tree of a given text file with include references, replacing includes paths with a deterministic versioned identity, and also functionality for flattening include directives into a single file. The primary motivation is compiling shaders for various graphics APIs, but the the functionality can apply to a variety of source code parsing use cases." homepage = "https://github.com/gwihlidal/include-merkle-rs" documentation = "https://docs.rs/include-merkle" readme = "README.md" keywords = ["shader", "include", "merkle", "identity", "reference"] categories = ["rendering::data-formats", "rendering", "rendering::engine", "rendering::graphics-api", "parsing"] license = "MIT/Apache-2.0" repository = "https://github.com/gwihlidal/include-merkle-rs" [profile.release] opt-level = 3 lto = true codegen-units = 1 [dependencies.base58] version = "0.1.0" [dependencies.chardet] version = "0.2" [dependencies.encoding] version = "0.2.33" [dependencies.lazy_static] version = "1.2.0" [dependencies.normalize-line-endings] version = "0.3.0" [dependencies.petgraph] version = "0.4.13" [dependencies.ptree] version = "0.2.1" [dependencies.regex] version = "1.1.0" [dependencies.sha2] version = "0.8.0" [badges.maintenance] status = "actively-developed" [badges.travis-ci] repository = "gwihlidal/include-merkle-rs"