# 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 = "swrs" version = "0.1.1" authors = ["Iyxan23 "] exclude = [".idea", ".github"] description = "A simple rust library that reads and parses a sketchware project" homepage = "https://github.com/Iyxan23/swrs" readme = "README.md" keywords = ["sketchware", "sw", "parse", "reconstruct"] categories = ["parsing", "parser-implementations"] license = "MIT" repository = "https://github.com/Iyxan23/swrs" resolver = "2" [profile.release] opt-level = "z" lto = true codegen-units = 1 panic = "abort" strip = true [dependencies.aes] version = "^0.7.5" [dependencies.block-modes] version = "^0.8.1" [dependencies.chrono] version = "^0.4.19" features = ["std"] default-features = false [dependencies.rand] version = "0.8.5" [dependencies.ritelinked] version = "0.3.2" [dependencies.serde] version = "^1" features = ["derive"] [dependencies.serde_json] version = "^1" [dependencies.serde_repr] version = "^0.1.7" [dependencies.thiserror] version = "^1.0.30"