diff --git a/Cargo.toml b/Cargo.toml index fc5f3e8de..c3213bb4e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,10 +1,10 @@ [package] name = "libsignal-service" version = "0.1.0" -authors = ["Ruben De Smet ", "Gabriel Féron ", "Michael Bryan ", "Shady Khalifa "] +authors = ["Ruben De Smet ", "Gabriel Féron "] edition = "2021" license = "AGPL-3.0" -readme = "../README.md" +readme = "README.md" [dependencies] libsignal-protocol = { git = "https://github.com/signalapp/libsignal", tag = "v0.56.1" } @@ -58,8 +58,5 @@ prost-build = "0.13" anyhow = "1.0" tokio = { version = "1.0", features = ["macros", "rt"] } -[features] -unsend-futures = [] - [patch.crates-io] curve25519-dalek = { git = 'https://github.com/signalapp/curve25519-dalek', tag = 'signal-curve25519-4.1.3' } diff --git a/README.md b/README.md index c0d44693b..5e0261203 100644 --- a/README.md +++ b/README.md @@ -46,20 +46,14 @@ We're actively trying to make `libsignal-service-rs` fully functional. If you're looking to contribute or want to ask a question, you're more than welcome to join our development channel on Matrix (#whisperfish:rubdos.be) or Libera.chat (#whisperfish) to get in touch with us! -## Feature flags for libsignal-service - -| Feature flag | Description | -| ---------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| `unsend-futures` | This feature removes the `Send` requirement on returned futures. Enabling this flag may be necessary for interoperability with other libraries that don't support `Send` such as actix. | - ## License Copyright 2015-2019 Open Whisper Systems Copyright 2020-2023 Signal Messenger, LLC Copyright 2019-2021 Michael F Bryan -Copyright 2019-2023 Ruben De Smet -Copyright 2019-2023 Gabriel Féron -Copyright 2019-2023 Whisperfish contributors +Copyright 2019-2024 Ruben De Smet +Copyright 2019-2024 Gabriel Féron +Copyright 2019-2024 Whisperfish contributors Licensed under the AGPLv3: http://www.gnu.org/licenses/agpl-3.0.html