secure_output 0.1.2

Context-aware output encoding and URI sanitization for safer application responses.
Documentation
# 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 = "secure_output"
version = "0.1.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Context-aware output encoding and URI sanitization for safer application responses."
documentation = "https://docs.rs/secure_output"
readme = "README.md"
keywords = [
    "security",
    "encoding",
    "xss",
    "output",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/kerberosmansour/SunLitSecurityLibraries"

[lib]
name = "secure_output"
path = "src/lib.rs"

[[test]]
name = "e2e_sunlit_imp_m12"
path = "tests/e2e_sunlit_imp_m12.rs"

[[test]]
name = "e2e_sunlit_m4_output"
path = "tests/e2e_sunlit_m4_output.rs"

[[test]]
name = "e2e_sunlit_owasp_m19"
path = "tests/e2e_sunlit_owasp_m19.rs"

[[test]]
name = "prop_encoding"
path = "tests/prop_encoding.rs"

[[test]]
name = "sunlit_imp_css_encode"
path = "tests/sunlit_imp_css_encode.rs"

[[test]]
name = "sunlit_imp_js_encode"
path = "tests/sunlit_imp_js_encode.rs"

[[test]]
name = "sunlit_imp_uri_sanitize"
path = "tests/sunlit_imp_uri_sanitize.rs"

[[test]]
name = "sunlit_imp_xml_encode"
path = "tests/sunlit_imp_xml_encode.rs"

[[test]]
name = "sunlit_output_encoding"
path = "tests/sunlit_output_encoding.rs"

[[test]]
name = "sunlit_owasp_ldap"
path = "tests/sunlit_owasp_ldap.rs"

[[test]]
name = "sunlit_owasp_shell"
path = "tests/sunlit_owasp_shell.rs"

[dependencies.security_core]
version = "0.1.2"
package = "security_core"

[dev-dependencies.proptest]
version = "1"