summaryrefslogtreecommitdiffhomepage
path: root/talpid-core/Cargo.toml
AgeCommit message (Expand)AuthorFilesLines
2023-10-11Remove dependency on `duct`Markus Pettersson1-1/+2
2023-10-11Make `once_cell` a workspace dependencyMarkus Pettersson1-1/+1
2023-09-11Move log depedency to workspace toml fileDavid Lönnhager1-1/+1
2023-09-11Update winreg from 0.7 to 0.51David Lönnhager1-1/+1
2023-09-11Make err-derive a workspace dependencyDavid Lönnhager1-1/+1
2023-08-28Update trust-dnsEmīls1-1/+2
2023-08-04Replace all use of `lazy_static` with `once_cell`Markus Pettersson1-1/+0
2023-08-02Make chrono a workspace dependency and fix featuresLinus Färnstrand1-1/+1
2023-08-02Move bitflags dependency to windows platform where it belongsLinus Färnstrand1-1/+1
2023-08-02Move nix dependency to Linux specific dependency section in talpid-coreLinus Färnstrand1-3/+1
2023-08-02Remove a lot of unused dependency from talpid-coreLinus Färnstrand1-17/+0
2023-08-02Move async-trait to macOS dependencyLinus Färnstrand1-1/+1
2023-08-01Remove cfg-if and use regular cfg! macroLinus Färnstrand1-1/+0
2023-08-01Move windows-sys to a workspace dependencyLinus Färnstrand1-1/+1
2023-08-01Disable chrono features to get rid of time dependencyLinus Färnstrand1-1/+1
2023-07-14Move tonic and related crates to workspace dependenciesLinus Färnstrand1-4/+3
2023-07-14Move tokio dependency to be a workspace dependencyLinus Färnstrand1-2/+2
2023-07-14Set package fields in workspace and inherit in packagesLinus Färnstrand1-5/+6
2023-07-07Remove unused instance of os_pipeLinus Färnstrand1-1/+0
2023-07-07Upgrade os_pipe to 1.1.4Linus Färnstrand1-1/+1
2023-06-05Rework macOS routingDavid Lönnhager1-1/+1
2023-05-22Add shadowsocks-proxy crateEmīls1-1/+0
2023-04-20Update shadowsocks to 1.15.3Emīls1-1/+1
2023-03-14Update parking_lotDavid Lönnhager1-1/+1
2023-03-14Update windows-sys in mullvad and talpid cratesDavid Lönnhager1-1/+1
2023-03-14Update windows-service to 0.6.0David Lönnhager1-1/+1
2023-03-01Fall back on registry method if dnscache is disabledDavid Lönnhager1-0/+1
2023-02-28Add missing feature flag for talpid-coreJonathan1-0/+1
2023-02-01Remove atty from talpid-core (seemingly unused??)Linus Färnstrand1-1/+0
2023-02-01Disable default features of quickcheck to get rid of env_loggerLinus Färnstrand1-1/+1
2023-02-01Upgrade trust-dns-server to 0.22.0Linus Färnstrand1-1/+1
2023-01-12Remove Rust dependencies from Android that were unusedLinus Färnstrand1-7/+5
2023-01-10Remove unused Windows dependenciesLinus Färnstrand1-16/+0
2022-11-07Split up talpid-coreEmīls Piņķis1-7/+5
2022-10-18Modify build scripts and remove c++ codeJonathan1-1/+1
2022-10-18Port winnet from C++ to RustJonathan1-1/+16
2022-10-10Set all Rust crate versions to 0.0.0Linus Färnstrand1-1/+1
2022-09-28Bump windows-sys to 0.42.0David Lönnhager1-1/+2
2022-09-27Update tonic to 0.8Emīls Piņķis1-3/+3
2022-09-16Update jnix to 0.5David Lönnhager1-1/+1
2022-08-25Rewrite ST service code to use windows-service crateDavid Lönnhager1-0/+1
2022-08-25Install ST driver on demandDavid Lönnhager1-0/+2
2022-08-25Replace winapi with windows-sys in talpid-coreDavid Lönnhager1-1/+16
2022-08-25Update chrono to 0.4.21 to fix AndroidEmīls Piņķis1-1/+1
2022-08-10Use windows-sys instead of winapi for dnsapiDavid Lönnhager1-0/+7
2022-08-10Flush DNS cache directly using dnsapiDavid Lönnhager1-0/+1
2022-07-27Update netlink crates to support later kernelsEmīls Piņķis1-6/+6
2022-07-19Upgrade x25519-dalek and rand to latest versionsLinus Färnstrand1-1/+1
2022-07-05Add missing winapi featureLinus Färnstrand1-1/+1
2022-06-29Remove notify dependency and add inotify insteadJonathan1-1/+1