代码拉取完成,页面将自动刷新
同步操作将从 OWenT/ideaactsvr 强制同步,此操作会覆盖自 Fork 仓库以来所做的任何修改,且无法恢复!!!
确定后同步将在后台操作,完成时将刷新页面,请耐心等待。
[package]
name = "ideaactsvr"
version = "0.1.0"
authors = ["owent <admin@owent.net>"]
[dependencies]
json = ">=0.11.13"
actix-web = ">=0.7.3"
futures = "^0.1.23"
tokio = ">=0.1.7"
tokio-io = ">=0.1.7"
log = ">=0.4.3"
time = ">=0.1.40"
hex = ">=0.3.2"
base64 = ">=0.9.2"
openssl = { version = ">=0.10.11" }
[dependencies.clap]
version = "^2.32.0"
default-features = false
features = ["suggestions", "color"]
[build-dependencies.clap]
version = "^2.32.0"
default-features = false
features = ["suggestions", "color"]
[[bin]]
name = "ideaactsvr"
# crate-type = ["staticlib"]
# The development profile, used for `cargo build`.
[profile.dev]
# opt-level = 0 # controls the `--opt-level` the compiler builds with.
# 0-1 is good for debugging. 2 is well-optimized. Max is 3.
debug = true # include debug information (debug symbols). Equivalent to
# `-C debuginfo=2` compiler flag.
rpath = false # controls whether compiler should set loader paths.
# If true, passes `-C rpath` flag to the compiler.
lto = false # Link Time Optimization usually reduces size of binaries
# and static libraries. Increases compilation time.
# If true, passes `-C lto` flag to the compiler.
debug-assertions = true # controls whether debug assertions are enabled
# (e.g. debug_assert!() and arithmetic overflow checks)
codegen-units = 4 # if > 1 enables parallel code generation which improves
# compile times, but prevents some optimizations.
# Passes `-C codegen-units`. Ignored when `lto = true`.
incremental = false
panic = 'abort' # panic strategy (`-C panic=...`), can also be 'abort'
# The release profile, used for `cargo build --release`.
[profile.release]
# opt-level = 3
debug = false
rpath = false
lto = true
debug-assertions = false
codegen-units = 1
incremental = false
panic = 'abort'
opt-level = "z"
[target.x86_64-unknown-linux-gnu]
rustflags = ["-C", "target-feature=+crt-static"]
[target.x86_64-unknown-linux-musl]
linker = "musl-gcc"
[features]
system-alloc = []
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。