# 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" rust-version = "1.66" name = "vesper-lang" version = "0.1.0" authors = ["Dr Maxim Orlovsky "] exclude = [".github"] description = "Vesper: declarative human-readable structural language" homepage = "https://vesper-lang.org" readme = "README.md" keywords = [] categories = [ "compilers", "value-formatting", ] license = "Apache-2.0" repository = "https://github.com/UBIDECO/vesper" [package.metadata.docs.rs] all-features = true rustc-args = [ "--cfg", "docsrs", ] [lib] name = "vesper" [dependencies.amplify] version = "4.6.0" [dependencies.strict_encoding] version = "2.7.0-beta.1" [features] all = [] default = []