[dependencies.serde]
features = ["derive"]
optional = true
version = "1.0.203"
[dependencies.serde_with]
optional = true
version = "3.8.1"
[features]
default = []
serde = ["dep:serde", "dep:serde_with"]
std = []
[lints.clippy]
big_endian_bytes = "allow"
blanket_clippy_restriction_lints = "allow"
impl_trait_in_params = "allow"
implicit_return = "allow"
little_endian_bytes = "allow"
missing_trait_methods = "allow"
missing_transmute_annotations = "allow"
pattern_type_mismatch = "allow"
pub_with_shorthand = "allow"
question_mark_used = "allow"
semicolon_outside_block = "allow"
[lints.clippy.all]
level = "deny"
priority = -1
[lints.clippy.cargo]
level = "deny"
priority = -1
[lints.clippy.nursery]
level = "deny"
priority = -1
[lints.clippy.pedantic]
level = "deny"
priority = -1
[lints.clippy.restriction]
level = "deny"
priority = -1
[package]
authors = ["zadig <zadig@riseup.net>"]
categories = ["encoding", "development-tools"]
description = "Write shellcode payloads in a flash"
documentation = "https://docs.rs/shellcoder"
edition = "2021"
keywords = ["shellcode", "security", "offsec"]
license = "Apache-2.0"
name = "shellcoder"
readme = "README.md"
repository = "https://github.com/zadlg/shellcoder"
rust-version = "1.61.0"
version = "0.1.1"