# 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 = "assemblyline-markings" version = "0.1.9" description = "Library for using access control strings with the Assemblyline malware analysis platform." homepage = "https://www.cyber.gc.ca/en/tools-services/assemblyline" license = "MIT" repository = "https://github.com/cybercentreCanada/assemblyline-rust" [dependencies.itertools] version = "0.11" [dependencies.serde] version = "1.0" features = [ "derive", "std", ] [dependencies.serde_json] version = "1.0" [dependencies.serde_yaml] version = "0.9" [dev-dependencies.tempfile] version = "3"