Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add options to disable default features for zip and reqwest and enable rustls-tls for reqwest #163

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

dkter
Copy link

@dkter dkter commented Apr 2, 2024

Alternative to #153. Shouldn't change anything by default, but will allow a Rust-only build by disabling some default features:

gtfs-structures = { version = "0.41.2", default-features=false, features=["read-url", "reqwest-rustls-tls" ] }

@lolpro11
Copy link

lolpro11 commented Apr 2, 2024

By the way, bzip2 in the zip crate is rust only - it only needs the bzip2 lib during build, so it is safe to keep in.
zip-rs/zip-old#367

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants