# 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 = "abe" version = "0.3.0-rc1" authors = ["Anton Sol "] description = "Ascii-byte-expression : a tiny byte templating language" homepage = "https://www.linkspace.dev" documentation = "https://www.linkspace.dev/docs/guide/index.html" readme = "README.md" keywords = [ "ascii-byte-expr", "ascii-byte", "abe", ] categories = [ "encoding", "parsing", ] license = "MPL-2.0" repository = "https://github.com/AntonSol919/linkspace" [dependencies.anyhow] version = "=1.0.71" [dependencies.arrayvec] version = "=0.7.2 " [dependencies.base64] version = "=0.21" [dependencies.bstr] version = "1.5.0" default-features = false [dependencies.hex] version = "=0.4.3" [dependencies.serde] version = "=1.0.160" features = ["derive"] [dependencies.thiserror] version = "=1.0.40"