Commit Graph

15 Commits

Author SHA1 Message Date
Valentin Brandl 6ecde64fc3
Disable default features for reqwest
Using `reqwest` with default-features enabled will enable the
`default-tls`, which in turn will enable the `native-tls` feautre which
will result in an attempt to compile against OpenSSL [0]. If one wants
to use `mastodon-async` without depending on OpenSSL, the default
features for `reqwest` must be disabled.

The default features for `mastodon-async` will enable
`reqwest/default-tls`, so the default behaviour won't change, but now it
is possible to declare the dependency on `mastodon-async` with default
features disabled and the `rustls-tls` feature enabled, allowing to
compile without a dependency on OpenSSL.

[0]: e02df1f448/Cargo.toml (L30)
2023-06-14 19:00:00 +02:00
D. Scott Boggs 184dd32146 Ignore README tests because they don't work in CI 2023-01-24 15:33:49 -05:00
D. Scott Boggs e662eac46a Fix routes which take an Id type; fix doctests 2023-01-24 15:33:49 -05:00
D. Scott Boggs ef28d8367f Add note pointing to more complete example. 2023-01-21 05:33:41 -05:00
D. Scott Boggs d2cdd8e514 Add debugging note to the README 2022-12-29 12:19:23 -05:00
Dym Sohin 20a768bb79
corrected api-info url 2022-12-24 09:01:37 +01:00
D. Scott Boggs ca7777c2f8 Update version in README 2022-12-23 12:18:03 -05:00
D. Scott Boggs ed497d96d4 Improve remote error handling 2022-12-23 12:18:03 -05:00
D. Scott Boggs 58ffee1970 update readme 2022-12-23 12:18:03 -05:00
D. Scott Boggs 2ec3bd42ec Rename elefren to mastodon-async 2022-12-23 12:18:03 -05:00
D. Scott Boggs ca7f9c86a6 Removed more references to websockets 2022-12-22 12:27:30 -05:00
D. Scott Boggs 0f268f7d6f update readme badge
I just needed to make *some* change to trigger CI
2022-12-22 09:33:51 -05:00
D. Scott Boggs fdf180398f update readme 2022-12-05 10:35:45 -05:00
D. Scott Boggs f054c7d805 Update Rust Edition; Update dependencies
Async needs added
2022-11-29 18:50:29 -05:00
D. Scott Boggs 96b16c62d9 initial state; elefren 0.22.0 2022-11-27 09:44:43 -05:00