1 2 3 4 5 6 7 8 9 10
[package] name = "aes_types" version = "0.1.0" edition = "2021" authors = ["Alex <aka.inq@gmail.com>"] description = "Adobe ExtendScript external object library implementation in Rust" license = "MIT OR Apache-2.0" [dependencies] libc = "0.2"