xor-str-encode 0.1.1

XOR 编译期加密字符串并且运行时自动解密,XOR encrypts strings at compile time and decrypts them automatically at run time
Documentation
# 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 = "xor-str-encode"
version = "0.1.1"
authors = ["wcz <hwyrqw@163.com>"]
description = "XOR 编译期加密字符串并且运行时自动解密,XOR encrypts strings at compile time and decrypts them automatically at run time"
readme = "README.md"
keywords = [
    "xor",
    "encrypt",
    "compile",
    "encode",
    "decode",
]
license = "Apache-2.0"
repository = "https://github.com/hwyrq/xor-str"

[lib]
proc-macro = true

[dependencies.syn]
version = "2.0.64"