[build] command = """ rustup install nightly --profile minimal && cargo doc --no-deps --all-features """ publish = "target/doc" [build.environment] RUSTDOCFLAGS=""" --cfg docsrs \ --cfg tokio_unstable \ """ RUSTFLAGS=""" --cfg docsrs \ --cfg tokio_unstable """ [[redirects]] from = "/" to = "/tokio"