irondrop 2.7.0

Drop files, not dependencies - a well tested fully featured & battle-ready server in a single Rust binary with support for indexing through 10M files.
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 = "2024"
name = "irondrop"
version = "2.7.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Drop files, not dependencies - a well tested fully featured & battle-ready server in a single Rust binary with support for indexing through 10M files."
readme = "README.md"
license = "MIT"
repository = "https://github.com/dev-harsh1998/IronDrop"

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

[[bin]]
name = "irondrop"
path = "src/main.rs"

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

[dependencies.base64]
version = "0.22.1"

[dependencies.clap]
version = "4.6"
features = ["derive"]

[dependencies.env_logger]
version = "0.11.10"

[dependencies.glob]
version = "0.3.3"

[dependencies.log]
version = "0.4.29"

[dependencies.rustls]
version = "0.23"
features = [
    "ring",
    "std",
    "logging",
    "tls12",
]
default-features = false

[dependencies.rustls-pemfile]
version = "2"

[dev-dependencies.rcgen]
version = "0.14"

[dev-dependencies.reqwest]
version = "0.13"
features = [
    "blocking",
    "json",
]

[dev-dependencies.serde_json]
version = "1.0"

[dev-dependencies.tempfile]
version = "3.27"

[dev-dependencies.threadpool]
version = "1.8.1"

[profile.dist]
lto = "thin"
inherits = "release"

[profile.release]
opt-level = "z"
lto = true
codegen-units = 1
debug = 0
debug-assertions = false
panic = "abort"
overflow-checks = false
strip = true