[[bin]]
name = "caesercipher"
path = "src/main.rs"
[dependencies]
[lib]
name = "caesercipher"
path = "src/lib.rs"
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["cryptography"]
description = "Simple caeser cipher implemented in rust"
edition = "2024"
keywords = ["cryptography", "caesercipher"]
license = "MIT"
name = "caesercipher"
readme = "README.md"
repository = "https://github.com/Will2003debug/caeser-cipher"
version = "1.0.0"
[[test]]
name = "tests"
path = "tests/tests.rs"