# Link runtime statically so Visual C++ Redist is not required [target.'cfg(all(windows, target_env = "msvc"))'] rustflags = ["-C", "target-feature=+crt-static"] [profile.ci] inherits = "dev" opt-level = 0 debug = false