Skip to content

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

Open
dkter wants to merge 3 commits into
rust-transit:mainfrom
dkter:disable-zip-default-features
Open

Add options to disable default features for zip and reqwest and enable rustls-tls for reqwest#163
dkter wants to merge 3 commits into
rust-transit:mainfrom
dkter:disable-zip-default-features

Conversation

@dkter

@dkter dkter commented Apr 2, 2024

Copy link
Copy Markdown

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

lolpro11 commented Apr 2, 2024

Copy link
Copy Markdown

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