# 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 = "2018" name = "cienli" version = "0.3.1" authors = ["Zola Gonano "] description = "CiEnLi is a library of historical ciphers implemented in rust" homepage = "https://github.com/zolagonano/cienli.git" documentation = "https://docs.rs/cienli/" readme = "README.md" keywords = [ "cipher", "crypto", "encryption", "caesar", ] categories = [ "algorithms", "cryptography", ] license = "MIT" repository = "https://github.com/zolagonano/cienli.git" [lib] name = "cienli" [dependencies.num-integer] version = "0.1" optional = true [dependencies.regex] version = "1.5.4" optional = true [features] affine = ["dep:num-integer"] atbash = [] bacon = ["dep:regex"] caesar = [] default = [ "affine", "atbash", "bacon", "caesar", "polybius_square", "rot", "scytale", "vigenere", "xor", ] polybius_square = [] rot = [] scytale = [] vigenere = [] xor = []