Giter VIP home page Giter VIP logo

Comments (1)

jsha avatar jsha commented on June 8, 2024

This is the relevant command from the docs.rs build:

[INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace/builds/ureq-1.2.0/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace/builds/ureq-1.2.0/source:/opt/rustwide/workdir:ro,Z" "-v" "/home/cratesfyi/workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/home/cratesfyi/workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1001" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=-Z unstable-options --resource-suffix -20200610-1.46.0-nightly-449e8eaa2 --static-root-path / --cap-lints warn --extern-html-root-url base64=https://docs.rs/base64/0.12.1 --extern-html-root-url webpki_roots=https://docs.rs/webpki-roots/0.19.0 --extern-html-root-url rustls=https://docs.rs/rustls/0.17.0 --extern-html-root-url qstring=https://docs.rs/qstring/0.7.2 --extern-html-root-url cookie=https://docs.rs/cookie/0.13.3 --extern-html-root-url webpki=https://docs.rs/webpki/0.21.3 --extern-html-root-url chunked_transfer=https://docs.rs/chunked_transfer/1.2.0 --extern-html-root-url lazy_static=https://docs.rs/lazy_static/1.4.0 --extern-html-root-url serde=https://docs.rs/serde/1.0.112 --extern-html-root-url url=https://docs.rs/url/2.1.1" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "3221225472" "--cpus" "2" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+nightly-2020-06-11" "doc" "--lib" "--no-deps" "-j2" "--all-features", kill_on_drop: false }`

In particular, --all-features is an issue with the mutually-conflicting tls and native-tls features. This post says:

Cargo doesnโ€™t support mutually-exclusive features. Cargo will actively try to merge all features. In principle, all features are supposed to be additive.

The right solution would be to redesign the crate to allow all features at once (e.g. by namespacing the structs in separate modules, or making them generic).

reqwest has a similar situation with native-tls and rustls-tls features, and doesn't generate a compile-time error if you enable both. I'd recommend doing the same in ureq to get the docs to build.

from ureq.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.