Instruction
stringlengths
14
778
input_code
stringlengths
0
4.24k
output_code
stringlengths
1
5.44k
Remove clap and add structopt deps
[package] name = "sozuctl" description = "command line application to configure a sozu instance" repository = "https://github.com/sozu-proxy/sozu" readme = "README.md" documentation = "https://docs.rs/sozuctl" homepage = "http://sozu.io" version = "0.4.0" license = "AGPL-3.0" authors = ["Geoffroy Couprie <geo.couprie@g...
[package] name = "sozuctl" description = "command line application to configure a sozu instance" repository = "https://github.com/sozu-proxy/sozu" readme = "README.md" documentation = "https://docs.rs/sozuctl" homepage = "http://sozu.io" version = "0.4.0" license = "AGPL-3.0" authors = ["Geoffroy Couprie <geo.couprie@g...
Update log requirement to 0.4.1
[package] name = "odbc" description = "ODBC wrapper for idiomatic Rust" version = "0.9.6" authors = ["Konstantin Salikhov <koka58@yandex.ru>", "Markus Klein <markus-klein@live.de>"] repository = "https://github.com/Koka/odbc-rs" documentation = "http://koka.github.io/odbc-rs/odbc/" homepage = "https://github.com/Koka/o...
[package] name = "odbc" description = "ODBC wrapper for idiomatic Rust" version = "0.9.6" authors = ["Konstantin Salikhov <koka58@yandex.ru>", "Markus Klein <markus-klein@live.de>"] repository = "https://github.com/Koka/odbc-rs" documentation = "http://koka.github.io/odbc-rs/odbc/" homepage = "https://github.com/Koka/o...
Bump version (fix doc for docs.rs)
[package] name = "coinnect" version = "0.1.7" license = "Apache-2.0/MIT" authors = ["Hugues Gaillard <hugues.gaillard@me.com>"] description = "A Rust library to connect to various crypto-currencies exchanges." documentation = "https://docs.rs/coinnect/" homepage = "https://github.com/hugues31/coinnect" repository = "ht...
[package] name = "coinnect" version = "0.1.8" license = "Apache-2.0/MIT" authors = ["Hugues Gaillard <hugues.gaillard@me.com>"] description = "A Rust library to connect to various crypto-currencies exchanges." documentation = "https://docs.rs/coinnect/" homepage = "https://github.com/hugues31/coinnect" repository = "ht...
Fix the wrong email address and improve keywords
[package] name = "bytesize" description = "ByteSize is an utility that easily makes bytes size representation and helps its arithmetic operations." version = "0.2.0" authors = ["Hyunsik Choi <hyunsik.choi@apache.org>"] homepage = "https://github.com/hyunsik/bytesize/" documentation = "https://docs.rs/bytesize/" reposi...
[package] name = "bytesize" description = "an utility to represent human-readable byte-size representation" version = "0.2.1" authors = ["Hyunsik Choi <hyunsik.choi@gmail.com>"] homepage = "https://github.com/hyunsik/bytesize/" documentation = "https://docs.rs/bytesize/" repository = "https://github.com/hyunsik/bytesi...
Update the version of gobject sys crate
[package] name = "grust" version = "0.0.4-dev" authors = ["Mikhail Zabaluev <mikhail.zabaluev@gmail.com>"] license = "LGPL-2.1+" readme = "README.md" keywords = ["GObjectIntrospection", "GLib", "GObject", "GNOME"] description = """GObjectIntrospection bindings for Rust. This is the core library providing basic functi...
[package] name = "grust" version = "0.0.4-dev" authors = ["Mikhail Zabaluev <mikhail.zabaluev@gmail.com>"] license = "LGPL-2.1+" readme = "README.md" keywords = ["GObjectIntrospection", "GLib", "GObject", "GNOME"] description = """GObjectIntrospection bindings for Rust. This is the core library providing basic functi...
Update sidekiq client to 0.6
[package] name = "maman" version = "0.10.0" authors = ["Laurent Arnoud <laurent@spkdev.net>"] description = "Rust Web Crawler" repository = "https://github.com/spk/maman.git" homepage = "https://github.com/spk/maman" keywords = ["http", "web", "crawler", "spider"] license = "MIT" readme = "README.md" [badges] travis-c...
[package] name = "maman" version = "0.10.0" authors = ["Laurent Arnoud <laurent@spkdev.net>"] description = "Rust Web Crawler" repository = "https://github.com/spk/maman.git" homepage = "https://github.com/spk/maman" keywords = ["http", "web", "crawler", "spider"] license = "MIT" readme = "README.md" [badges] travis-c...
Rename the crate to match the naming conventions
[package] name = "SeO2" version = "0.1.0" authors = ["laarmen"] [dependencies] nom-lua53 = { git = "https://github.com/doomrobo/nom-lua53"}
[package] name = "seo2" version = "0.1.0" authors = ["laarmen"] [dependencies] nom-lua53 = { git = "https://github.com/doomrobo/nom-lua53"}
Replace "homepage" link with "repository" link.
[package] name = "multihash" description = "Implementation of the multihash format" homepage = "https://github.com/multiformats/rust-multihash" keywords = ["multihash", "ipfs"] version = "0.5.2" authors = ["dignifiedquire <dignifiedquire@gmail.com>"] license = "MIT" readme = "README.md" documentation = "https://d...
[package] name = "multihash" description = "Implementation of the multihash format" repository = "https://github.com/multiformats/rust-multihash" keywords = ["multihash", "ipfs"] version = "0.5.2" authors = ["dignifiedquire <dignifiedquire@gmail.com>"] license = "MIT" readme = "README.md" documentation = "https:/...
Build benchmarks for maximal performance
[package] name = "triple_buffer" version = "5.0.0" authors = ["Hadrien G. <knights_of_ni@gmx.com>"] description = "An implementation of triple buffering, useful for sharing frequently updated data between threads" documentation = "https://docs.rs/triple_buffer/" repository = "https://github.com/HadrienG2/triple-buffer"...
[package] name = "triple_buffer" version = "5.0.0" authors = ["Hadrien G. <knights_of_ni@gmx.com>"] description = "An implementation of triple buffering, useful for sharing frequently updated data between threads" documentation = "https://docs.rs/triple_buffer/" repository = "https://github.com/HadrienG2/triple-buffer"...
Update sdl2 categories and keywords
[package] name = "sdl2" description = "SDL2 bindings for Rust" repository = "https://github.com/AngryLawyer/rust-sdl2" documentation = "http://angrylawyer.github.io/rust-sdl2/sdl2/" version = "0.30.0-beta" license = "MIT" authors = [ "Tony Aldridge <tony@angry-lawyer.com>", "Cobrand <cobrandw@gmail.com>"] keywords ...
[package] name = "sdl2" description = "SDL2 bindings for Rust" repository = "https://github.com/AngryLawyer/rust-sdl2" documentation = "http://angrylawyer.github.io/rust-sdl2/sdl2/" version = "0.30.0-beta" license = "MIT" authors = [ "Tony Aldridge <tony@angry-lawyer.com>", "Cobrand <cobrandw@gmail.com>"] keywords ...
Add crates.io category and badge metadata
[package] name = "claxon" version = "0.2.1" authors = ["Ruud van Asseldonk <dev@veniogames.com>"] description = "A FLAC decoding library" keywords = ["flac", "lossless", "audio", "codec"] license = "Apache-2.0" readme = "readme.md" homepage = "https://github.com/ruuda/claxon#readme" repository = "https://github.com/ru...
[package] name = "claxon" version = "0.2.1" authors = ["Ruud van Asseldonk <dev@veniogames.com>"] description = "A FLAC decoding library" keywords = ["flac", "lossless", "audio", "codec"] categories = ["compression", "multimedia::encoding", "multimedia::audio"] license = "Apache-2.0" readme = "readme.md" homepage = "ht...
Update rand to 0.4 and bump version
[package] name = "ipc-channel" version = "0.10.0" description = "A multiprocess drop-in replacement for Rust channels" authors = ["The Servo Project Developers"] license = "MIT/Apache-2.0" repository = "https://github.com/servo/ipc-channel" [features] force-inprocess = [] memfd = ["sc"] unstable = [] async = ["futures...
[package] name = "ipc-channel" version = "0.10.1" description = "A multiprocess drop-in replacement for Rust channels" authors = ["The Servo Project Developers"] license = "MIT/Apache-2.0" repository = "https://github.com/servo/ipc-channel" [features] force-inprocess = [] memfd = ["sc"] unstable = [] async = ["futures...
Update `quickcheck` to support lastest nightly Rust
[package] authors = ["Jorge Aparicio <japaricious@gmail.com>"] description = "Ergonomic, checked cast functions for primitive types" documentation = "http://japaric.github.io/cast.rs/cast" keywords = ["checked", "cast", "primitive", "integer", "float"] license = "MIT OR Apache-2.0" name = "cast" repository = "https://g...
[package] authors = ["Jorge Aparicio <japaricious@gmail.com>"] description = "Ergonomic, checked cast functions for primitive types" documentation = "http://japaric.github.io/cast.rs/cast" keywords = ["checked", "cast", "primitive", "integer", "float"] license = "MIT OR Apache-2.0" name = "cast" repository = "https://g...
Document benchmark scores for different LTO settings
# See also .cargo/config [package] name = "riff" version = "0.1.0" authors = ["Johan Walles <johan.walles@gmail.com>"] edition = "2018" repository = "https://github.com/walles/riff/" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] diffus = "0.9.1" regex...
# See also .cargo/config [package] name = "riff" version = "0.1.0" authors = ["Johan Walles <johan.walles@gmail.com>"] edition = "2018" repository = "https://github.com/walles/riff/" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] diffus = "0.9.1" regex...
Add keywords to crate manifest.
[package] authors = ["Jimmy Cuadra <jimmy@jimmycuadra.com>"] description = "Digital signatures according to the Matrix specification." documentation = "https://docs.rs/ruma-signatures" homepage = "https://github.com/ruma/ruma-signatures" keywords = ["matrix", "chat", "messaging", "ruma"] license = "MIT" name = "ruma-si...
[package] authors = ["Jimmy Cuadra <jimmy@jimmycuadra.com>"] description = "Digital signatures according to the Matrix specification." documentation = "https://docs.rs/ruma-signatures" homepage = "https://github.com/ruma/ruma-signatures" keywords = ["matrix", "chat", "messaging", "ruma", "crypto", "cryptography"] licen...
Use git version of the 'svgparser'.
[package] name = "svgdom" version = "0.3.0" authors = ["Evgeniy Reizner <razrfalcon@gmail.com>"] keywords = ["svg", "dom"] license = "MPL-2.0" description = "Library to represent an SVG as a DOM." repository = "https://github.com/RazrFalcon/libsvgdom" documentation = "https://docs.rs/svgdom/" readme = "README.md" [dep...
[package] name = "svgdom" version = "0.3.0" authors = ["Evgeniy Reizner <razrfalcon@gmail.com>"] keywords = ["svg", "dom"] license = "MPL-2.0" description = "Library to represent an SVG as a DOM." repository = "https://github.com/RazrFalcon/libsvgdom" documentation = "https://docs.rs/svgdom/" readme = "README.md" [dep...
Add 'state' as an additional PyPI project keyword
[project] name = "automata-lib" version = "6.0.0-beta.1" description = "A Python library for simulating finite automata, pushdown automata, and Turing machines" readme = "README.md" requires-python = ">=3.7" keywords = ["automata", "finite", "non-deterministic", "pushdown", "turing", "machine"] license = {file = 'LICEN...
[project] name = "automata-lib" version = "6.0.0-beta.1" description = "A Python library for simulating finite automata, pushdown automata, and Turing machines" readme = "README.md" requires-python = ">=3.7" keywords = ["automata", "finite", "non-deterministic", "pushdown", "turing", "machine", "state"] license = {file...
Update memcache and bump version
[package] name = "r2d2-memcache" version = "0.3.2" authors = ["Keishi Kawada <Kk-shli@outlook.jp>", "An Long <aisk1988@gmail.com>"] license = "MIT" readme = "README.md" description = "Memcached support for the r2d2 connection pool" repository = "https://github.com/megumish/r2d2-memcache" keywords = ["memcached", "memca...
[package] name = "r2d2-memcache" version = "0.4.0" authors = ["Keishi Kawada <Kk-shli@outlook.jp>", "An Long <aisk1988@gmail.com>"] license = "MIT" readme = "README.md" description = "Memcached support for the r2d2 connection pool" repository = "https://github.com/megumish/r2d2-memcache" keywords = ["memcached", "memca...
Update almost all the dependencies
[package] authors = ["Amelorate <ameilorate2@gmail.com>"] description = "Provides a game engine for byond-like tile based games like Space Station 13." homepage = "http://buildstation.proboards.com/" license = "MIT" name = "buildengine5" readme = "README.md" repository = "https://github.com/Ameliorate/buildengine5" ver...
[package] authors = ["Amelorate <ameilorate2@gmail.com>"] description = "Provides a game engine for byond-like tile based games like Space Station 13." homepage = "http://buildstation.proboards.com/" license = "MIT" name = "buildengine5" readme = "README.md" repository = "https://github.com/Ameliorate/buildengine5" ver...
Fix libc at 0.2.36 in preparation for release
[package] name = "nix" description = "Rust friendly bindings to *nix APIs" version = "0.10.0-pre" authors = ["The nix-rust Project Developers"] repository = "https://github.com/nix-rust/nix" license = "MIT" categories = ["os::unix-apis"] exclude = [ ".gitignore", ".travis.yml", "test/**/*...
[package] name = "nix" description = "Rust friendly bindings to *nix APIs" version = "0.10.0-pre" authors = ["The nix-rust Project Developers"] repository = "https://github.com/nix-rust/nix" license = "MIT" categories = ["os::unix-apis"] exclude = [ ".gitignore", ".travis.yml", "test/**/*...
Use go 1.12 on Heroku
# Gopkg.toml example # # Refer to https://github.com/golang/dep/blob/master/docs/Gopkg.toml.md # for detailed Gopkg.toml documentation. # # required = ["github.com/user/thing/cmd/thing"] # ignored = ["github.com/user/project/pkgX", "bitbucket.org/user/project/pkgA/pkgY"] # # [[constraint]] # name = "github.com/user/p...
# Gopkg.toml example # # Refer to https://github.com/golang/dep/blob/master/docs/Gopkg.toml.md # for detailed Gopkg.toml documentation. # # required = ["github.com/user/thing/cmd/thing"] # ignored = ["github.com/user/project/pkgX", "bitbucket.org/user/project/pkgA/pkgY"] # # [[constraint]] # name = "github.com/user/p...
Update tests to quasi 0.7
[package] name = "quasi_tests" version = "0.5.1" authors = ["Erick Tryzelaar <erick.tryzelaar@gmail.com>"] license = "MIT/Apache-2.0" description = "A quasi-quoting macro system" repository = "https://github.com/erickt/rust-quasi" build = "build.rs" [build-dependencies] quasi_codegen = { path = "../quasi_codegen" } sy...
[package] name = "quasi_tests" version = "0.5.1" authors = ["Erick Tryzelaar <erick.tryzelaar@gmail.com>"] license = "MIT/Apache-2.0" description = "A quasi-quoting macro system" repository = "https://github.com/erickt/rust-quasi" build = "build.rs" [build-dependencies] quasi_codegen = { path = "../quasi_codegen" } sy...
Fix no_std by setting bf-impl default-features = false
[package] name = "bitutils" version = "3.0.0" authors = ["archshift <gh@archshift.com>"] license = "MIT" description = "Bitfield macro and utilities" repository = "https://github.com/archshift/bitutils-rs" [dependencies] bf-impl = "1.0" [features] default = ["use_std"] use_std = ["bf-impl/use_std"]
[package] name = "bitutils" version = "3.0.1" authors = ["archshift <gh@archshift.com>"] license = "MIT" description = "Bitfield macro and utilities" repository = "https://github.com/archshift/bitutils-rs" [dependencies] bf-impl = {version = "1.0", default-features = false} [features] default = ["use_std"] use_std = ...
Update dependencies, bump version to 0.8.0-rc.3
[package] authors = ["Jimmy Cuadra <jimmy@jimmycuadra.com>"] categories = ["api-bindings", "web-programming"] description = "Types for the endpoints in the Matrix client-server API." documentation = "https://docs.rs/ruma-client-api" homepage = "https://github.com/ruma/ruma-client-api" keywords = ["matrix", "chat", "mes...
[package] authors = ["Jimmy Cuadra <jimmy@jimmycuadra.com>"] categories = ["api-bindings", "web-programming"] description = "Types for the endpoints in the Matrix client-server API." documentation = "https://docs.rs/ruma-client-api" homepage = "https://github.com/ruma/ruma-client-api" keywords = ["matrix", "chat", "mes...
Update to latest crates, local config was the broken one
[package] name = "cucumber" version = "0.1.0" authors = ["Alex McArther <acmcarther@gmail.com>"] build = "build.rs" [features] default = ["serde_codegen"] nightly = ["serde_macros"] [build-dependencies] serde_codegen = { version = "0.7.0", optional = true } syntex = "0.29.0" itertools = "*" [dependencies] itertools ...
[package] name = "cucumber" version = "0.1.0" authors = ["Alex McArther <acmcarther@gmail.com>"] build = "build.rs" [features] default = ["serde_codegen"] nightly = ["serde_macros"] [build-dependencies] serde_codegen = { version = "*", optional = true } syntex = "*" itertools = "*" [dependencies] itertools = "*" reg...
Update crossbeam-epoch requirement from 0.7.0 to 0.8.0
[package] authors = ["Andy Caldwell <andrew.caldwell@metaswitch.com>"] categories = ["concurrency"] description = "A lock-free, threadsafe way to publish data, just stick it on the pinboard" keywords = [ "concurrency", "lock-free", "threading", "thread-safety", ] license = "MIT" name = "pinboard" reposi...
[package] authors = ["Andy Caldwell <andrew.caldwell@metaswitch.com>"] categories = ["concurrency"] description = "A lock-free, threadsafe way to publish data, just stick it on the pinboard" keywords = [ "concurrency", "lock-free", "threading", "thread-safety", ] license = "MIT" name = "pinboard" reposi...
Move propose_timeout_adjuster into separate service
[package] name = "configuration_service" version = "0.1.0" authors = ["Ivan Ivashchenko <ivan.ivashchenko@xdev.re", "Aleksey Sidorov <aleksei.sidorov@xdev.re>"] [dependencies] exonum = {version="0.1", path="../../exonum"} blockchain_explorer = {version="0.1", path="../../blockchain_explorer"} time = "0.1" ...
[package] name = "configuration_service" version = "0.1.0" authors = ["Ivan Ivashchenko <ivan.ivashchenko@xdev.re", "Aleksey Sidorov <aleksei.sidorov@xdev.re>"] [dependencies] exonum = {version="0.1", path="../../exonum"} blockchain_explorer = {version="0.1", path="../../blockchain_explorer"} clap = "2.14"...
Fix the name of the root crate.
[package] name = "fleetspeak-rs" version = "0.1.0" authors = ["Łukasz Hanuszczak <hanuszczak@google.com>"] edition = "2018" [dependencies]
[package] name = "fleetspeak" version = "0.1.0" authors = ["Łukasz Hanuszczak <hanuszczak@google.com>"] edition = "2018" [dependencies]
Add feature gtk_3_14 for use in CI
[package] name = "rgtk-examples" version = "0.0.1" authors = ["The Rust-gnome Project Developers"] [dependencies] libc = "0.1" glib = "^0" gdk = "^0" gtk = "^0" cairo-rs = "^0" [features] gtk_3_10 = ["gtk/gtk_3_10"] [[bin]] name = "basic" [[bin]] name = "cairotest" [[bin]] name = "gtktest" [[bin]] name = "noteboo...
[package] name = "rgtk-examples" version = "0.0.1" authors = ["The Rust-gnome Project Developers"] [dependencies] libc = "0.1" glib = "^0" gdk = "^0" gtk = "^0" cairo-rs = "^0" [features] gtk_3_10 = ["gtk/gtk_3_10"] gtk_3_14 = ["gtk/gtk_3_14", "gtk_3_10"] [[bin]] name = "basic" [[bin]] name = "cairotest" [[bin]] n...
Write futures dependency the simpler way.
[package] name = "wgmeeting_github_ircbot" version = "0.4.0" authors = ["L. David Baron <dbaron@dbaron.org>"] build = "build.rs" edition = "2018" [dependencies] failure = "0.1" futures = { version = "0.3" } log = "0.4" env_logger = "0.7" irc = { version = "0.14", default-features = false, features = ["ctcp", "tls-nati...
[package] name = "wgmeeting_github_ircbot" version = "0.4.0" authors = ["L. David Baron <dbaron@dbaron.org>"] build = "build.rs" edition = "2018" [dependencies] failure = "0.1" futures = "0.3" log = "0.4" env_logger = "0.7" irc = { version = "0.14", default-features = false, features = ["ctcp", "tls-native", "serde"] ...
Update keywords in crates.io metadata
[package] name = "link-cplusplus" version = "1.0.6" authors = ["David Tolnay <dtolnay@gmail.com>"] categories = ["external-ffi-bindings", "development-tools::ffi", "compilers", "no-std"] description = "Link libstdc++ or libc++ automatically or manually" documentation = "https://docs.rs/link-cplusplus" edition = "2018" ...
[package] name = "link-cplusplus" version = "1.0.6" authors = ["David Tolnay <dtolnay@gmail.com>"] categories = ["external-ffi-bindings", "development-tools::ffi", "compilers", "no-std"] description = "Link libstdc++ or libc++ automatically or manually" documentation = "https://docs.rs/link-cplusplus" edition = "2018" ...
Fix rspec to v1.0.0-beta.3 for backwards compatibility
[package] name = "publicsuffix" description = "Robust domain name parsing and RFC compliant email address validation" version = "1.4.2-pre" license = "MIT/Apache-2.0" repository = "https://github.com/rushmorem/publicsuffix" documentation = "https://docs.rs/publicsuffix" readme = "README.md" keywords = ["tld", "gtld", "...
[package] name = "publicsuffix" description = "Robust domain name parsing and RFC compliant email address validation" version = "1.4.2-pre" license = "MIT/Apache-2.0" repository = "https://github.com/rushmorem/publicsuffix" documentation = "https://docs.rs/publicsuffix" readme = "README.md" keywords = ["tld", "gtld", "...
Add license field for crates.io
[package] name = "pacthash" version = "0.2.0" authors = ["Andrew Poelstra <apoelstra@wpsoftware.net>"] homepage = "https://github.com/apoelstra/pacthash/" repository = "https://github.com/apoelstra/pacthash/" documentation = "https://www.wpsoftware.net/rustdoc/pacthash/" description = "Port of Matt Corallo's contracth...
[package] name = "pacthash" version = "0.2.0" authors = ["Andrew Poelstra <apoelstra@wpsoftware.net>"] homepage = "https://github.com/apoelstra/pacthash/" repository = "https://github.com/apoelstra/pacthash/" documentation = "https://www.wpsoftware.net/rustdoc/pacthash/" description = "Port of Matt Corallo's contracth...
Update Rust crate tracing to 0.1.26
[package] name = "conduit-router" version = "0.9.0-alpha.6" authors = ["wycats@gmail.com"] license = "MIT" description = "Router middleware for conduit based on route-recognizer" repository = "https://github.com/conduit-rust/conduit-router" edition = "2018" [dependencies] conduit = "0.9.0-alpha.5" route-recognizer = ...
[package] name = "conduit-router" version = "0.9.0-alpha.6" authors = ["wycats@gmail.com"] license = "MIT" description = "Router middleware for conduit based on route-recognizer" repository = "https://github.com/conduit-rust/conduit-router" edition = "2018" [dependencies] conduit = "0.9.0-alpha.5" route-recognizer = ...
Remove `plugin = true` from cargo manifest
[package] name = "num" version = "0.0.1" authors = ["The Rust Project Developers"] [lib] name = "num" plugin = true
[package] name = "num" version = "0.0.1" authors = ["The Rust Project Developers"]
Upgrade to 0.5.5 release (fixed test)
[package] name = "amy" version = "0.5.4" authors = ["Andrew J. Stone <andrew.j.stone.1@gmail.com>"] description = "Polling and Registration abstractions around kqueue and epoll for multithreaded async network programming" repository = "https://github.com/andrewjstone/amy" keywords = ["async", "epoll", "kqueue", "eventl...
[package] name = "amy" version = "0.5.5" authors = ["Andrew J. Stone <andrew.j.stone.1@gmail.com>"] description = "Polling and Registration abstractions around kqueue and epoll for multithreaded async network programming" repository = "https://github.com/andrewjstone/amy" keywords = ["async", "epoll", "kqueue", "eventl...
Increase range of compatible ascii versions
[package] name = "encode_unicode" keywords = ["unicode","UTF-8","UTF-16"] categories = ["encoding","no-std"] description = """ UTF-8 and UTF-16 character types, iterators and related methods for char, u8 and u16. """ readme = "README.md" version = "0.3.3" license = "MIT/Apache-2.0" repository = "https://github.com/torm...
[package] name = "encode_unicode" keywords = ["unicode","UTF-8","UTF-16"] categories = ["encoding","no-std"] description = """ UTF-8 and UTF-16 character types, iterators and related methods for char, u8 and u16. """ readme = "README.md" version = "0.3.3" license = "MIT/Apache-2.0" repository = "https://github.com/torm...
Enable zstd compression by default
[package] name = "sled" version = "0.19.0" authors = ["Tyler Neely <t@jujit.su>"] description = "a modern embedded database" license = "MIT/Apache-2.0" homepage = "https://github.com/spacejam/sled" repository = "https://github.com/spacejam/sled" keywords = ["database", "embedded", "concurrent", "persistent", "lock-free...
[package] name = "sled" version = "0.19.0" authors = ["Tyler Neely <t@jujit.su>"] description = "a modern embedded database" license = "MIT/Apache-2.0" homepage = "https://github.com/spacejam/sled" repository = "https://github.com/spacejam/sled" keywords = ["database", "embedded", "concurrent", "persistent", "lock-free...
Update Rust crate conduit-router to 0.9.0-alpha.6
[package] name = "example" version = "0.0.1" authors = ["Example User <mail@example.com>"] [dependencies] civet = "0.12.0-alpha.5" conduit = "0.9.0-alpha.5" conduit-router = "0.9.0-alpha.2"
[package] name = "example" version = "0.0.1" authors = ["Example User <mail@example.com>"] [dependencies] civet = "0.12.0-alpha.5" conduit = "0.9.0-alpha.5" conduit-router = "0.9.0-alpha.6"
Update website title and role
baseURL = "http://alessiorapini.me/" languageCode = "en-us" title = "Alessio Rapini - Full Stack Designer" copyright = "2017 Alessio Rapini" [Author] name = "Alessio Rapini" role = "Full Stack Designer" mail = "hello@alessiorapini.me" github = "rub" [params] description = "Alessio Rapini - Full Stack Design...
baseURL = "http://alessiorapini.me/" languageCode = "en-us" title = "Alessio Rapini - UX Engineer" copyright = "2017 Alessio Rapini" [Author] name = "Alessio Rapini" role = "UX Engineer" mail = "hello@alessiorapini.me" github = "rub" [params] description = "Alessio Rapini - Full Stack Designer"
Remove unused dependency on url
[package] authors = ["Wim de With <wf@dewith.io>"] categories = ["api-bindings", "web-programming"] description = "Types for the endpoints in the Matrix application service API." homepage = "https://www.ruma.io/" keywords = ["matrix", "chat", "messaging", "ruma"] license = "MIT" name = "ruma-appservice-api" readme = "R...
[package] authors = ["Wim de With <wf@dewith.io>"] categories = ["api-bindings", "web-programming"] description = "Types for the endpoints in the Matrix application service API." homepage = "https://www.ruma.io/" keywords = ["matrix", "chat", "messaging", "ruma"] license = "MIT" name = "ruma-appservice-api" readme = "R...
Exclude GitHub workflows from cargo package.
[package] name = "aarch64-esr-decoder" version = "0.1.0" authors = ["Andrew Walbran <qwandor@google.com>"] edition = "2018" license = "Apache-2.0" description = "A library and command-line utility for decoding aarch64 Exception Syndrome Register values." repository = "https://github.com/google/aarch64-esr-decoder/" key...
[package] name = "aarch64-esr-decoder" version = "0.1.0" authors = ["Andrew Walbran <qwandor@google.com>"] edition = "2018" license = "Apache-2.0" description = "A library and command-line utility for decoding aarch64 Exception Syndrome Register values." repository = "https://github.com/google/aarch64-esr-decoder/" key...
Update bufr-read for Windows compat.
[package] name = "sonde" version = "0.4.0" authors = ["Ryan <rnleach@users.noreply.github.com>"] edition = "2018" publish = false [dependencies] bufr-read = {git = "https://github.com/rnleach/bufr-read.git", tag = "v0.2.4"} cairo-rs = { version = "^0.9", features = ["png"] } chrono = "^0.4" crossbeam-channel = "^0.5" ...
[package] name = "sonde" version = "0.4.0" authors = ["Ryan <rnleach@users.noreply.github.com>"] edition = "2018" publish = false [dependencies] bufr-read = {git = "https://github.com/rnleach/bufr-read.git", tag = "v0.2.5"} cairo-rs = { version = "^0.9", features = ["png"] } chrono = "^0.4" crossbeam-channel = "^0.5" ...
Update nalgebra requirement from 0.21 to 0.22
[package] name = "acacia" version = "0.2.0" authors = ["Eduard Bopp <eduard.bopp@aepsil0n.de>"] description = "A spatial partitioning and tree library." documentation = "https://docs.rs/acacia/" homepage = "https://github.com/edibopp/acacia" repository = "https://github.com/edibopp/acacia" readme = "README.md" keywords...
[package] name = "acacia" version = "0.2.0" authors = ["Eduard Bopp <eduard.bopp@aepsil0n.de>"] description = "A spatial partitioning and tree library." documentation = "https://docs.rs/acacia/" homepage = "https://github.com/edibopp/acacia" repository = "https://github.com/edibopp/acacia" readme = "README.md" keywords...
Remove .git from dependency urls
[package] name = "calx" version = "0.0.1" authors = [ "risto.saarelma@iki.fi" ] build = "./.build.sh" [[bin]] name = "calx" [dependencies.cgmath-rs] git = "https://github.com/bjz/cgmath-rs.git" [dependencies.gl] git = "https://github.com/bjz/gl-rs.git" [dependencies.glfw] git = "https://github.com/bjz/glfw-rs.git...
[package] name = "calx" version = "0.0.1" authors = [ "risto.saarelma@iki.fi" ] build = "./.build.sh" [[bin]] name = "calx" [dependencies.cgmath-rs] git = "https://github.com/bjz/cgmath-rs" [dependencies.gl] git = "https://github.com/bjz/gl-rs" [dependencies.glfw] git = "https://github.com/bjz/glfw-rs" [dependen...
Update to the latest version of dsp-chain
[package] name = "lanceverb" version = "0.3.0" authors = ["josh, mitchell.nordine@gmail.com"] description = "A super-fast mono-to-stereo plate reverberator." readme = "README.md" keywords = ["reverb", "dsp", "audio", "effect", "stereo"] license = "MIT" repository = "https://github.com/MindBuffer/lanceverb.git" homepage...
[package] name = "lanceverb" version = "0.3.0" authors = ["josh, mitchell.nordine@gmail.com"] description = "A super-fast mono-to-stereo plate reverberator." readme = "README.md" keywords = ["reverb", "dsp", "audio", "effect", "stereo"] license = "MIT" repository = "https://github.com/MindBuffer/lanceverb.git" homepage...
Make clap version more specific
[package] name = "libimagentrylist" version = "0.2.0" authors = ["Matthias Beyer <mail@beyermatthias.de>"] description = "Library for the imag core distribution" keywords = ["imag", "PIM", "personal", "information", "management"] readme = "../README.md" license = "LGPL-2.1" documentation = "https://matth...
[package] name = "libimagentrylist" version = "0.2.0" authors = ["Matthias Beyer <mail@beyermatthias.de>"] description = "Library for the imag core distribution" keywords = ["imag", "PIM", "personal", "information", "management"] readme = "../README.md" license = "LGPL-2.1" documentation = "https://matth...
Rename crate from input_map to rebind
[package] name = "input_map" version = "0.1.0" authors = ["George Burton <burtonageo@gmail.com>"] repository = "https://github.com/burtonageo/input-map" readme = "./Readme.md" keywords = ["Input mapping", "Rebind", "Mouse reverse"] license = "MIT" [dependencies] pistoncore-input = "^0.5.0" pistoncore-window = "^0.9.0"...
[package] name = "rebind" version = "0.1.0" authors = ["George Burton <burtonageo@gmail.com>"] repository = "https://github.com/burtonageo/input-map" readme = "./Readme.md" keywords = ["Input mapping", "Rebind", "Mouse reverse"] license = "MIT" [dependencies] pistoncore-input = "^0.5.0" pistoncore-window = "^0.9.0" pi...
Add description for plugin metadata
[package] name = "afl-plugin" version = "0.1.0" license = "Apache-2.0" authors = ["Keegan McAllister <mcallister.keegan@gmail.com>", "Corey Farwell <coreyf@rwell.org>"] build = "build.rs" repository = "https://github.com/frewsxcv/afl.rs" [lib] name = "afl_plugin" plugin = true
[package] name = "afl-plugin" version = "0.1.0" license = "Apache-2.0" authors = ["Keegan McAllister <mcallister.keegan@gmail.com>", "Corey Farwell <coreyf@rwell.org>"] build = "build.rs" repository = "https://github.com/frewsxcv/afl.rs" description = "LLVM instrumentation compiler plugin for afl.rs" [lib] ...
Update OSTN02 lookup crate version and keywords
[package] name = "lonlat_bng" description = "Convert longitude and latitude coordinates to BNG coordinates, and vice versa" version = "0.2.0" authors = ["Stephan Hügel <urschrei@gmail.com>"] license = "MIT" keywords = ["BNG", "OSGB36", "Geo", "FFI"] repository = "https://github.com/urschrei/lonlat_bng" documentation = ...
[package] name = "lonlat_bng" description = "Convert longitude and latitude coordinates to BNG coordinates, and vice versa" version = "0.2.0" authors = ["Stephan Hügel <urschrei@gmail.com>"] license = "MIT" keywords = ["BNG", "OSGB36", "Geo", "FFI", "ETRS89", "OSTN02"] repository = "https://github.com/urschrei/lonlat_b...
Update skeptic requirement from 0.6 to 0.13
[package] name = "carboxyl" version = "0.2.2" authors = ["Eduard Bopp <eduard.bopp@aepsil0n.de>"] description = "Library for functional reactive programming" documentation = "https://aepsil0n.github.io/carboxyl/" homepage = "https://github.com/aepsil0n/carboxyl" repository = "https://github.com/aepsil0n/carboxyl" readm...
[package] name = "carboxyl" version = "0.2.2" authors = ["Eduard Bopp <eduard.bopp@aepsil0n.de>"] description = "Library for functional reactive programming" documentation = "https://aepsil0n.github.io/carboxyl/" homepage = "https://github.com/aepsil0n/carboxyl" repository = "https://github.com/aepsil0n/carboxyl" readm...
Use version of rust-geo from crates.io
[package] name = "gdal" description = "GDAL bindings for Rust" license = "MIT" version = "0.1.1" authors = ["Alex Morega <alex@grep.ro>"] repository = "https://github.com/georust/rust-gdal" documentation = "http://georust.github.io/rust-gdal/" [dependencies] libc = "0.1.7" [dependencies.geo] git = "https://github.com...
[package] name = "gdal" description = "GDAL bindings for Rust" license = "MIT" version = "0.1.1" authors = ["Alex Morega <alex@grep.ro>"] repository = "https://github.com/georust/rust-gdal" documentation = "http://georust.github.io/rust-gdal/" [dependencies] libc = "0.1.7" geo = "0.0.5"
Update to glib-2_0-sys 0.0.3 and pkg-config 2.0
[project] name = "gobject-2_0-sys" version = "0.0.4" authors = ["Mikhail Zabaluev <mikhail.zabaluev@gmail.com>"] description = "Import crate for GObject" license = "LGPL-2.1+" readme = "README.md" keywords = ["GObject", "GLib", "GNOME"] repository = "https://github.com/gi-rust/gobject-sys.git" build = "build.rs" lin...
[project] name = "gobject-2_0-sys" version = "0.0.4" authors = ["Mikhail Zabaluev <mikhail.zabaluev@gmail.com>"] description = "Import crate for GObject" license = "LGPL-2.1+" readme = "README.md" keywords = ["GObject", "GLib", "GNOME"] repository = "https://github.com/gi-rust/gobject-sys.git" build = "build.rs" lin...
Select a single docs.rs build target
[package] name = "link-cplusplus" version = "1.0.1" authors = ["David Tolnay <dtolnay@gmail.com>"] edition = "2018" license = "MIT OR Apache-2.0" description = "Link libstdc++ or libc++ automatically or manually" repository = "https://github.com/dtolnay/link-cplusplus" documentation = "https://docs.rs/link-cplusplus" r...
[package] name = "link-cplusplus" version = "1.0.1" authors = ["David Tolnay <dtolnay@gmail.com>"] edition = "2018" license = "MIT OR Apache-2.0" description = "Link libstdc++ or libc++ automatically or manually" repository = "https://github.com/dtolnay/link-cplusplus" documentation = "https://docs.rs/link-cplusplus" r...
Upgrade airbrake to a version which supports stack trace
[[constraint]] name = "github.com/airbrake/gobrake" version = "3.0.1" [[constraint]] name = "github.com/bugsnag/bugsnag-go" version = "1.1.1" [[constraint]] name = "github.com/go-kit/kit" version = "0.7.0" [[constraint]] name = "github.com/pkg/errors" version = "0.8.0" [[constraint]] name = "githu...
[[constraint]] name = "github.com/airbrake/gobrake" version = "3.2.0" [[constraint]] name = "github.com/bugsnag/bugsnag-go" version = "1.1.1" [[constraint]] name = "github.com/go-kit/kit" version = "0.7.0" [[constraint]] name = "github.com/pkg/errors" version = "0.8.0" [[constraint]] name = "githu...
Fix versions to get master building
[package] name = "metrics" version = "0.1.1" authors = ["Endre Karlson <endre.karlson@gmail.com>", "Alex Newman <posix4e@gmail.com>"] description = "Coda Hale style metrics for rust" documentation = "https://github.com/posix4e/rust-metrics/" homepage = "https://github.com/posix4e/rust-metrics/" repository = "https://g...
[package] name = "metrics" version = "0.1.1" authors = ["Endre Karlson <endre.karlson@gmail.com>", "Alex Newman <posix4e@gmail.com>"] description = "Coda Hale style metrics for rust" documentation = "https://github.com/posix4e/rust-metrics/" homepage = "https://github.com/posix4e/rust-metrics/" repository = "https://g...
Disable `hyper`s openssl support; Chrome/PPAPI handles `https`.
[package] name = "ppapi" version = "0.1.2" authors = ["Richard Diamond <wichard@vitalitystudios.com>"] links = "helper" build = "src/build.rs" description = "Rust idiomatic bindings to parts of the Pepper API" repository = "https://github.com/DiamondLovesYou/rust-ppapi.git" documentation = "http://diamondlovesyou.githu...
[package] name = "ppapi" version = "0.1.2" authors = ["Richard Diamond <wichard@vitalitystudios.com>"] links = "helper" build = "src/build.rs" description = "Rust idiomatic bindings to parts of the Pepper API" repository = "https://github.com/DiamondLovesYou/rust-ppapi.git" documentation = "http://diamondlovesyou.githu...
Update minor version to `0.1.5`
[package] name = "rsoundio" version = "0.1.4" authors = ["Andreas Linz <klingt.net@gmail.com>"] description = "libsoundio bindings for Rust" keywords = ["audio", "stream", "recording"] documentation = "https://docs.klingt.net/rustdoc/rsoundio" repository = "https://github.com/klingtnet/rsoundio" license = "MIT/Apache-2...
[package] name = "rsoundio" version = "0.1.5" authors = ["Andreas Linz <klingt.net@gmail.com>"] description = "libsoundio bindings for Rust" keywords = ["audio", "stream", "recording"] documentation = "https://docs.klingt.net/rustdoc/rsoundio" repository = "https://github.com/klingtnet/rsoundio" license = "MIT/Apache-2...
Remove `~` in nom dependency
[package] name = "piston-opengex" version = "0.3.0" authors = ["bvssvni <bvssvni@gmail.com>"] keywords = ["opengex", "3D", "data", "model", "piston"] description = "Meta rules for parsing the OpenGEX format" license = "MIT" readme = "README.md" repository = "https://github.com/pistondevelopers/opengex.git" homepage = "...
[package] name = "piston-opengex" version = "0.3.0" authors = ["bvssvni <bvssvni@gmail.com>"] keywords = ["opengex", "3D", "data", "model", "piston"] description = "Meta rules for parsing the OpenGEX format" license = "MIT" readme = "README.md" repository = "https://github.com/pistondevelopers/opengex.git" homepage = "...
Update version for documentation fix/choco release
[package] name = "annatar" version = "0.3.2" authors = ["J/A <archer884@gmail.com>"] license = "MIT/Apache-2.0" keywords = ["image", "image-manipulation", "meme", "pepe", "kek"] readme = "README.md" repository = "https://github.com/archer884/annatar" homepage = "https://github.com/archer884/annatar" categories = ["mult...
[package] name = "annatar" version = "0.3.3" authors = ["J/A <archer884@gmail.com>"] license = "MIT/Apache-2.0" keywords = ["image", "image-manipulation", "meme", "pepe", "kek"] readme = "README.md" repository = "https://github.com/archer884/annatar" homepage = "https://github.com/archer884/annatar" categories = ["mult...
Move hyper dependency out of [patch] section
[package] name = "hyper-websocket" version = "0.1.0" authors = ["Michael Smith <michael@spinda.net>"] [dependencies] bytes = "0.4" futures = "0.1" hyper = "0.11" tokio-io = "0.1" [dependencies.websocket] version = "0.20" default-features = false features = ["async"] [dev-dependencies] tokio-core = "0.1" tokio-servic...
[package] name = "hyper-websocket" version = "0.1.0" authors = ["Michael Smith <michael@spinda.net>"] [dependencies] bytes = "0.4" futures = "0.1" tokio-io = "0.1" [dependencies.hyper] git = "https://github.com/spinda/hyper" rev = "fca6c34fcec5c073052ab5c223369791460f8959" [dependencies.websocket] version = "0.20" d...
Update glob 0.2.10 -> 0.2.11
[package] name = "libimagstore" version = "0.1.0" authors = ["Matthias Beyer <mail@beyermatthias.de>"] [dependencies] fs2 = "0.2.2" glob = "0.2.10" lazy_static = "0.1.15" log = "0.3.5" regex = "0.1.54" semver = "0.2" toml = "0.1.25" version = "2.0.1" [dev-dependencies] tempdir = "0.3.4" env_logger = "0.3"
[package] name = "libimagstore" version = "0.1.0" authors = ["Matthias Beyer <mail@beyermatthias.de>"] [dependencies] fs2 = "0.2.2" glob = "0.2.11" lazy_static = "0.1.15" log = "0.3.5" regex = "0.1.54" semver = "0.2" toml = "0.1.25" version = "2.0.1" [dev-dependencies] tempdir = "0.3.4" env_logger = "0.3"
Set min. Hugo version to 0.17
name = "Steam" license = "MIT" licenselink = "https://github.com/yourname/yourtheme/blob/master/LICENSE.md" description = "A minimal theme for bloggers." homepage = "//github.com/digitalcraftsman/hugo-steam-theme" tags = ["google analytics", "disqus", "blog", "minimal"] features = [] min_version = 0.14 [author] name...
name = "Steam" license = "MIT" licenselink = "https://github.com/yourname/yourtheme/blob/master/LICENSE.md" description = "A minimal theme for bloggers." homepage = "//github.com/digitalcraftsman/hugo-steam-theme" tags = ["google analytics", "disqus", "blog", "minimal"] features = [] min_version = 0.17 [author] name...
Add Ruby version to speed up builds
[build] [build.environment] HUGO_VERSION = "0.54.0" [context.production] command = "hugo --gc" [context.production.environment] HUGO_VERSION = "0.54.0" HUGO_ENV = "PRODUCTION" [context.deploy-preview] command = "hugo -b $DEPLOY_PRIME_URL" [context.deploy-preview.environment] HUGO_VERSION = "0.54.0" [...
[build] [build.environment] HUGO_VERSION = "0.54.0" RUBY_VERSION = "2.6.2" [context.production] command = "hugo --gc" [context.production.environment] HUGO_VERSION = "0.54.0" HUGO_ENV = "PRODUCTION" RUBY_VERSION = "2.6.2" [context.deploy-preview] command = "hugo -b $DEPLOY_PRIME_URL" [context.deploy...
Use "derive" feature for serde
[package] name = "pnet_datalink" version = "0.26.0" authors = ["Robert Clipsham <robert@octarineparrot.com>", "Linus Färnstrand <faern@faern.net>"] license = "MIT/Apache-2.0" homepage = "https://github.com/libpnet/libpnet" repository = "https://github.com/libpnet/libpnet" description = "Cross-platform, datalink layer n...
[package] name = "pnet_datalink" version = "0.26.0" authors = ["Robert Clipsham <robert@octarineparrot.com>", "Linus Färnstrand <faern@faern.net>"] license = "MIT/Apache-2.0" homepage = "https://github.com/libpnet/libpnet" repository = "https://github.com/libpnet/libpnet" description = "Cross-platform, datalink layer n...
Use -unknown for gcc and g++
[rust] backtrace = false [target.x86_64-unknown-redox] cc = "x86_64-elf-redox-gcc" cxx = "x86_64-elf-redox-g++" llvm-config = "./llvm-config" [build] host = ["x86_64-unknown-redox"] target = ["x86_64-unknown-redox"]
[rust] backtrace = false [target.x86_64-unknown-redox] cc = "x86_64-unknown-redox-gcc" cxx = "x86_64-unknown-redox-g++" llvm-config = "./llvm-config" [build] host = ["x86_64-unknown-redox"] target = ["x86_64-unknown-redox"]
Enable lto for release builds
[package] name = "rusty-hash" version = "1.1.0" description = "Simple CLI utility to calculate or compare file checksums" authors = ["Douman <douman@gmx.se>"] license = "MIT" keywords = ["checksum"] repository = "https://github.com/DoumanAsh/rusty-hash" [dependencies] rust-crypto = "^0.2.34" memmap = "^0.2.3" [[bin]]...
[package] name = "rusty-hash" version = "1.1.0" description = "Simple CLI utility to calculate or compare file checksums" authors = ["Douman <douman@gmx.se>"] license = "MIT" keywords = ["checksum"] repository = "https://github.com/DoumanAsh/rusty-hash" [profile.release] lto = true [dependencies] rust-crypto = "^0.2....
Remove dependency on "syn/proc_macro" feature
[package] name = "syn-mid" # NB: When modifying, also modify html_root_url in lib.rs version = "0.2.0" authors = ["Taiki Endo <te316e89@gmail.com>"] license = "Apache-2.0/MIT" description = "Providing the features between \"full\" and \"derive\" of syn." repository = "https://github.com/taiki-e/syn-mid" documentation =...
[package] name = "syn-mid" # NB: When modifying, also modify html_root_url in lib.rs version = "0.2.0" authors = ["Taiki Endo <te316e89@gmail.com>"] license = "Apache-2.0/MIT" description = "Providing the features between \"full\" and \"derive\" of syn." repository = "https://github.com/taiki-e/syn-mid" documentation =...
Include setuptools and wheel as build dependencies
[build-system] requires = ["Cython>=0.22", "numpy>=1.10.0", "pystan>=2.14"]
[build-system] requires = ["Cython>=0.22", "numpy>=1.10.0", "pystan>=2.14", "setuptools", "wheel"]
Use upstream Aster now that PR has been merged.
[workspace] members = [ "lib/", "codegen/", "contrib/", "examples/cookies", "examples/errors", "examples/extended_validation", "examples/forms", "examples/hello_person", "examples/query_params", "examples/hello_world", "examples/manual_routes", "examples/optional_redirect", "examples/optional_...
[workspace] members = [ "lib/", "codegen/", "contrib/", "examples/cookies", "examples/errors", "examples/extended_validation", "examples/forms", "examples/hello_person", "examples/query_params", "examples/hello_world", "examples/manual_routes", "examples/optional_redirect", "examples/optional_...
Package name should be 'pretty' for cargo deps
[package] name = "rust-pretty" version = "0.0.1" authors = ["Jonathan Sterling <jon@jonmsterling.com>"] [lib] name = "pretty" path = "src/pretty/lib.rs" [[bin]] name = "pretty" path = "src/bin/main.rs"
[package] name = "pretty" version = "0.0.1" authors = ["Jonathan Sterling <jon@jonmsterling.com>"] [lib] name = "pretty" path = "src/pretty/lib.rs" [[bin]] name = "pretty" path = "src/bin/main.rs"
Use correct gcc for openssl
[source] git = "https://gitlab.redox-os.org/redox-os/openssl.git" branch = "redox" [build] template = "custom" script = """ ARCH="${TARGET%%-*}" COOKBOOK_CONFIGURE="${COOKBOOK_SOURCE}/Configure" COOKBOOK_CONFIGURE_FLAGS=( no-shared no-dgram "redox-${ARCH}" --prefix="/" ) cookbook_configure rm -rfv "${C...
[source] git = "https://gitlab.redox-os.org/redox-os/openssl.git" branch = "redox" [build] template = "custom" script = """ ARCH="${TARGET%%-*}" COOKBOOK_CONFIGURE="${COOKBOOK_SOURCE}/Configure" COOKBOOK_CONFIGURE_FLAGS=( no-shared no-dgram "redox-${ARCH}" --prefix="/" ) export CC="${TARGET}-gcc" cookb...
Revert "Add py39 to black config"
[tool.black] line-length = 120 target-version = ["py36", "py37", "py38", "py39"]
[tool.black] line-length = 120 target-version = ["py36", "py37", "py38"]
Update repository URL and readme path
[package] name = "acme-client" description = "Easy to use ACME client library to issue, renew and revoke TLS certificates" version = "0.4.5" authors = ["Onur Aslan <onur@onur.im>"] license = "MIT" keywords = ["letsencrypt", "acme"] readme = "../README.md" documentation = "https://docs.rs/acme-client" repository = "http...
[package] name = "acme-client" description = "Easy to use ACME client library to issue, renew and revoke TLS certificates" version = "0.4.5" authors = ["Onur Aslan <onur@onur.im>"] license = "MIT" keywords = ["letsencrypt", "acme"] readme = "README.md" documentation = "https://docs.rs/acme-client" repository = "https:/...
Switch the dependency on x11 to be linux-only
[package] name = "layers" version = "0.1.0" authors = ["The Servo Project Developers"] [dependencies] libc = "*" rustc-serialize = "*" log = "*" [dependencies.geom] git = "https://github.com/servo/rust-geom" [dependencies.core_foundation] git = "https://github.com/servo/rust-core-foundation" [dependencies.io_sur...
[package] name = "layers" version = "0.1.0" authors = ["The Servo Project Developers"] [dependencies] libc = "*" rustc-serialize = "*" log = "*" [dependencies.geom] git = "https://github.com/servo/rust-geom" [dependencies.core_foundation] git = "https://github.com/servo/rust-core-foundation" [dependencies.io_sur...
Update hyper dependency to prevent compilation errors on older rustc versions
[package] name = "shadertoy-rs" version = "0.4.2" authors = ["Federico Menozzi <federicogmenozzi@gmail.com>"] description = "A desktop client for Shadertoy written in Rust" documentation = "https://github.com/fmenozzi/shadertoy-rs" homepage = "https://github.com/fmenozzi/shadertoy-rs" repository = "https://github.com/f...
[package] name = "shadertoy-rs" version = "0.4.2" authors = ["Federico Menozzi <federicogmenozzi@gmail.com>"] description = "A desktop client for Shadertoy written in Rust" documentation = "https://github.com/fmenozzi/shadertoy-rs" homepage = "https://github.com/fmenozzi/shadertoy-rs" repository = "https://github.com/f...
Disable blood letting edge features
cargo-features = ["default-run"] [package] authors = ["Scott Olson <scott@solson.me>"] description = "An experimental interpreter for Rust MIR." license = "MIT/Apache-2.0" name = "miri" repository = "https://github.com/solson/miri" version = "0.1.0" build = "build.rs" default-run = "miri" [[bin]] doc = false name = "...
[package] authors = ["Scott Olson <scott@solson.me>"] description = "An experimental interpreter for Rust MIR." license = "MIT/Apache-2.0" name = "miri" repository = "https://github.com/solson/miri" version = "0.1.0" build = "build.rs" [[bin]] doc = false name = "miri" path = "src/bin/miri.rs" [[bin]] doc = false nam...
Bump version number and remove unnecessary deps.
[package] name = "jobsteal" version = "0.2.0" authors = ["rphmeier <rphmeier@gmail.com>"] description = "A work-stealing fork-join threadpool written in Rust." documentation = "https://rphmeier.github.io/jobsteal/" license = "MIT/Apache-2.0" repository = "https://github.com/rphmeier/jobsteal" keywords = ['fork', 'joi...
[package] name = "jobsteal" version = "0.2.1" authors = ["rphmeier <rphmeier@gmail.com>"] description = "A work-stealing fork-join threadpool written in Rust." documentation = "https://rphmeier.github.io/jobsteal/" license = "MIT/Apache-2.0" repository = "https://github.com/rphmeier/jobsteal" keywords = ['fork', 'joi...
Update zmq requirement from 0.9.0 to 0.10.0
[package] name = "pericortex" version = "0.2.4" edition = "2021" authors = ["Deyan Ginev <d.ginev@jacobs-university.de>"] [lib] name = "pericortex" crate-type = ["lib", "dylib"] [[bin]] required-features = ["engrafo"] name = "engrafo_worker" path = "bin/engrafo_worker.rs" [features] default=[] engrafo=[] [package.m...
[package] name = "pericortex" version = "0.2.4" edition = "2021" authors = ["Deyan Ginev <d.ginev@jacobs-university.de>"] [lib] name = "pericortex" crate-type = ["lib", "dylib"] [[bin]] required-features = ["engrafo"] name = "engrafo_worker" path = "bin/engrafo_worker.rs" [features] default=[] engrafo=[] [package.m...
Expand the description to included implementations
[package] name = "rustc-serialize" version = "0.2.8" authors = ["The Rust Project Developers"] license = "MIT/Apache-2.0" readme = "README.md" repository = "https://github.com/rust-lang/rustc-serialize" homepage = "https://github.com/rust-lang/rustc-serialize" documentation = "http://doc.rust-lang.org/rustc-serialize"...
[package] name = "rustc-serialize" version = "0.2.8" authors = ["The Rust Project Developers"] license = "MIT/Apache-2.0" readme = "README.md" repository = "https://github.com/rust-lang/rustc-serialize" homepage = "https://github.com/rust-lang/rustc-serialize" documentation = "http://doc.rust-lang.org/rustc-serialize"...
Fix include directories for package
[package] name = "pvm" version = "0.1.0" authors = ["Andrew Marmaduke <marmaduke.andrew@gmail.com>"] description = "A parsing virtual machine with a focus on expressibility of grammars." repository = "https://github.com/amarmaduke/pvm" readme = "README.md" keywords = ["parser", "parsing", "left-recursion", "mutual-re...
[package] name = "pvm" version = "0.1.0" authors = ["Andrew Marmaduke <marmaduke.andrew@gmail.com>"] description = "A parsing virtual machine with a focus on expressibility of grammars." repository = "https://github.com/amarmaduke/pvm" readme = "README.md" keywords = ["parser", "parsing", "left-recursion", "mutual-re...
Add rand back as a dev-dependency for tests
[package] name = "rustracer" version = "0.1.0" authors = ["Antoine Büsch <antoine.busch@gmail.com>"] [[bin]] name = "main" doc = false [dependencies] approx = "0.1" bitflags = "0.7" chrono = "0.2" clap = "2" crossbeam = "0.2" # ieee754 = "0.2" ieee754 = { git = "https://github.com/abusch/ieee754.git" } image = "0.12"...
[package] name = "rustracer" version = "0.1.0" authors = ["Antoine Büsch <antoine.busch@gmail.com>"] [[bin]] name = "main" doc = false [dependencies] approx = "0.1" bitflags = "0.7" chrono = "0.2" clap = "2" crossbeam = "0.2" # ieee754 = "0.2" ieee754 = { git = "https://github.com/abusch/ieee754.git" } image = "0.12"...
Add dependencies (including temporary local copies)
[package] name = "certitude" version = "0.1.0" authors = ["Cory Benfield <lukasaoz@gmail.com>"] [dependencies]
[package] name = "certitude" version = "0.1.0" authors = ["Cory Benfield <lukasaoz@gmail.com>"] [dependencies] libc = "0.2" core-foundation = "0.2" [dependencies.security-framework] path = "../rust-security-framework/security-framework" [dependencies.security-framework-sys] path = "../rust-security-framework/security...
Disable default features of proc-macro2 and quote
[package] name = "syn-mid" version = "0.5.0" authors = ["Taiki Endo <te316e89@gmail.com>"] edition = "2018" license = "Apache-2.0 OR MIT" repository = "https://github.com/taiki-e/syn-mid" homepage = "https://github.com/taiki-e/syn-mid" documentation = "https://docs.rs/syn-mid" keywords = ["syn", "macros"] categories = ...
[package] name = "syn-mid" version = "0.5.0" authors = ["Taiki Endo <te316e89@gmail.com>"] edition = "2018" license = "Apache-2.0 OR MIT" repository = "https://github.com/taiki-e/syn-mid" homepage = "https://github.com/taiki-e/syn-mid" documentation = "https://docs.rs/syn-mid" keywords = ["syn", "macros"] categories = ...
Update glam requirement from 0.13.0 to 0.14.0
[package] name = "bvh" description = "A fast BVH using SAH" version = "0.5.0" edition = "2018" authors = [ "Sven-Hendrik Haase <svenstaro@gmail.com>", "Alexander Dmitriev <alexander.dmitriev2580@gmail.com>" ] readme = "README.md" repository = "https://github.com/svenstaro/bvh" documentation = "https://docs.rs/c...
[package] name = "bvh" description = "A fast BVH using SAH" version = "0.5.0" edition = "2018" authors = [ "Sven-Hendrik Haase <svenstaro@gmail.com>", "Alexander Dmitriev <alexander.dmitriev2580@gmail.com>" ] readme = "README.md" repository = "https://github.com/svenstaro/bvh" documentation = "https://docs.rs/c...
Update x86 requirement from 0.49 to 0.50 in /x86test
[package] name = "x86test" version = "0.0.5" authors = ["Gerd Zellweger <mail@gerdzellweger.com>"] repository = "https://github.com/gz/rust-x86" documentation = "https://docs.rs/x86test" readme = "README.md" keywords = ["vm", "os", "amd64", "kvm", "x86-64"] license = "MIT OR Apache-2.0" edition = '2018' description ...
[package] name = "x86test" version = "0.0.5" authors = ["Gerd Zellweger <mail@gerdzellweger.com>"] repository = "https://github.com/gz/rust-x86" documentation = "https://docs.rs/x86test" readme = "README.md" keywords = ["vm", "os", "amd64", "kvm", "x86-64"] license = "MIT OR Apache-2.0" edition = '2018' description ...
Include debug symbols when compiling release
[package] name = "llama" version = "0.1.0" authors = ["archshift <gh@archshift.com>"] build = "build.rs" [[bin]] name = "llama-ui" path = "llama-ui/main.rs" [dependencies] capstone = "0.2" lgl = { git = "https://github.com/archshift/lgl" } libc = "0.2" libllama = { path = "libllama" } log = "0.3" [build-dependencies...
[package] name = "llama" version = "0.1.0" authors = ["archshift <gh@archshift.com>"] build = "build.rs" [profile.release] debug = true [[bin]] name = "llama-ui" path = "llama-ui/main.rs" [dependencies] capstone = "0.2" lgl = { git = "https://github.com/archshift/lgl" } libc = "0.2" libllama = { path = "libllama" } ...
Mark Tiled as non-propagating dev dependency
[package] name = "calx" version = "0.0.1" authors = ["Risto Saarelma <risto.saarelma@iki.fi>"] description = "Rust game development helper library collection" keywords = ["gamedev"] license = "MIT" [[example]] name = "demo" path = "examples/demo.rs" [[example]] name = "grid" path = "examples/grid.rs" [[example]] nam...
[package] name = "calx" version = "0.0.1" authors = ["Risto Saarelma <risto.saarelma@iki.fi>"] description = "Rust game development helper library collection" keywords = ["gamedev"] license = "MIT" [[example]] name = "demo" path = "examples/demo.rs" [[example]] name = "grid" path = "examples/grid.rs" [[example]] nam...
Update to wasmparser 0.9.4 for a bugfix in create_binary_reader.
[package] name = "cretonne-wasm" version = "0.0.0" authors = ["The Cretonne Project Developers"] publish = false description = "Translator from WebAssembly to Cretonne IL" repository = "https://github.com/stoklund/cretonne" license = "Apache-2.0" [lib] name = "cton_wasm" [dependencies] wasmparser = "0.9.3" cretonne =...
[package] name = "cretonne-wasm" version = "0.0.0" authors = ["The Cretonne Project Developers"] publish = false description = "Translator from WebAssembly to Cretonne IL" repository = "https://github.com/stoklund/cretonne" license = "Apache-2.0" [lib] name = "cton_wasm" [dependencies] wasmparser = "0.9.4" cretonne =...
Upgrade lazy_static to get rid of build warnings
[package] name = "chars" version = "0.4.1" authors = ["Andreas Fuchs <asf@boinkor.net>"] description = "A commandline tool to display information about unicode characters" license = "MIT" repository = "https://github.com/antifuchs/chars" readme = '../README.md' keywords = ['unicode', 'cli'] categories = ['command-line-...
[package] name = "chars" version = "0.4.1" authors = ["Andreas Fuchs <asf@boinkor.net>"] description = "A commandline tool to display information about unicode characters" license = "MIT" repository = "https://github.com/antifuchs/chars" readme = '../README.md' keywords = ['unicode', 'cli'] categories = ['command-line-...
Add missing configuration values to simulate a device.
[provision] provision_path = "credentials.zip" primary_ecu_hardware_id = "local-fake" [logger] loglevel = 1 [storage] path = "storage" [pacman] type = "none" [uptane] secondary_config_file = "virtualsec.json"
[provision] provision_path = "credentials.zip" primary_ecu_hardware_id = "local-fake" # This setting is for testing purposes only. Do not use in a real device. mode = "SharedCredReuse" [logger] loglevel = 1 [storage] path = "storage" [pacman] type = "none" images_path = "storage/images" [uptane] secondary_config_fi...
Remove unused dev-dependency from futures-io
[package] name = "futures-io-preview" edition = "2018" version = "0.3.0-alpha.18" authors = ["Alex Crichton <alex@alexcrichton.com>"] license = "MIT OR Apache-2.0" repository = "https://github.com/rust-lang-nursery/futures-rs" homepage = "https://rust-lang-nursery.github.io/futures-rs" documentation = "https://rust-lan...
[package] name = "futures-io-preview" edition = "2018" version = "0.3.0-alpha.18" authors = ["Alex Crichton <alex@alexcrichton.com>"] license = "MIT OR Apache-2.0" repository = "https://github.com/rust-lang-nursery/futures-rs" homepage = "https://rust-lang-nursery.github.io/futures-rs" documentation = "https://rust-lan...
Add glsl-to-spirv version for vulkano-shaders
[package] name = "vulkano-shaders" version = "0.1.0" authors = ["Pierre Krieger <pierre.krieger1708@gmail.com>"] repository = "https://github.com/tomaka/vulkano" description = "Shaders " license = "MIT/Apache-2.0" documentation = "http://tomaka.github.io/vulkano/vulkano/index.html" [dependencies] glsl-to-spirv = { pat...
[package] name = "vulkano-shaders" version = "0.1.0" authors = ["Pierre Krieger <pierre.krieger1708@gmail.com>"] repository = "https://github.com/tomaka/vulkano" description = "Shaders " license = "MIT/Apache-2.0" documentation = "http://tomaka.github.io/vulkano/vulkano/index.html" [dependencies] glsl-to-spirv = { ver...
Update `org.jetbrains.kotlinx.binary-compatibility-validator` to `v0.12.1` (was `0.11.0`)
[versions] kotlin = "1.7.21" ktlint = "0.45.2" gradle-ktlint = "11.0.0" dokka = "1.7.20" nexus-publish = "1.1.0" typesafe-config = "1.4.2" kotest = "5.5.4" jgitver = "0.9.1" binary-compatibility-validator = "0.11.0" [libraries] typesafe-config = { group = "com.typesafe", name = "config", version.ref = "typesafe-config...
[versions] kotlin = "1.7.21" ktlint = "0.45.2" gradle-ktlint = "11.0.0" dokka = "1.7.20" nexus-publish = "1.1.0" typesafe-config = "1.4.2" kotest = "5.5.4" jgitver = "0.9.1" binary-compatibility-validator = "0.12.1" [libraries] typesafe-config = { group = "com.typesafe", name = "config", version.ref = "typesafe-config...
Add metadata to include all features for docs on docs.rs
[package] name = "chrono" version = "0.4.0" authors = ["Kang Seonghoon <public+rust@mearie.org>"] description = "Date and time library for Rust" homepage = "https://github.com/chronotope/chrono" documentation = "https://docs.rs/chrono/" repository = "https://github.com/chronotope/chrono" keywords = ["date", "time", "c...
[package] name = "chrono" version = "0.4.0" authors = ["Kang Seonghoon <public+rust@mearie.org>"] description = "Date and time library for Rust" homepage = "https://github.com/chronotope/chrono" documentation = "https://docs.rs/chrono/" repository = "https://github.com/chronotope/chrono" keywords = ["date", "time", "c...
Update env_logger requirement from 0.7.1 to 0.8.4
[package] name = "elfloader" version = "0.12.0" authors = ["Gerd Zellweger <mail@gerdzellweger.com>", "Christopher Cole <chris.cole.09@gmail.com>", "John Kåre Alsaker <john.kare.alsaker@gmail.com>", "Benedikt Radtke <Trolldemorted@users.noreply.github.com>"] repository = "https://github.com/gz/rust-elfloader" license =...
[package] name = "elfloader" version = "0.12.0" authors = ["Gerd Zellweger <mail@gerdzellweger.com>", "Christopher Cole <chris.cole.09@gmail.com>", "John Kåre Alsaker <john.kare.alsaker@gmail.com>", "Benedikt Radtke <Trolldemorted@users.noreply.github.com>"] repository = "https://github.com/gz/rust-elfloader" license =...
Switch to external time crate
[package] name = "rboy" version = "0.1.0" authors = [ "mvdnes <git@mathijs.vd-nes.nl>" ] [lib] name = "rboy" [dependencies.sdl] git = "https://github.com/brson/rust-sdl.git" [profile.test] opt-level = 3 debug = true [[bin]] name = "rboy" test = false doc = false
[package] name = "rboy" version = "0.1.0" authors = [ "mvdnes <git@mathijs.vd-nes.nl>" ] [lib] name = "rboy" [dependencies.sdl] git = "https://github.com/brson/rust-sdl.git" [dependencies.time] git = "http://github.com/rust-lang/time" [profile.test] opt-level = 3 debug = true [[bin]] name = "rboy" test = false doc...
Use cranelift-entity with default features.
[package] name = "cranelift-codegen-meta" authors = ["The Cranelift Project Developers"] version = "0.23.0" description = "Metaprogram for cranelift-codegen code generator library" license = "Apache-2.0 WITH LLVM-exception" repository = "https://github.com/CraneStation/cranelift" readme = "README.md" [dependencies] cr...
[package] name = "cranelift-codegen-meta" authors = ["The Cranelift Project Developers"] version = "0.23.0" description = "Metaprogram for cranelift-codegen code generator library" license = "Apache-2.0 WITH LLVM-exception" repository = "https://github.com/CraneStation/cranelift" readme = "README.md" [dependencies] cr...
Exclude generator.py from the crate
[package] name = "gir" version = "0.0.1" authors = [ "Evgenii Pashkin <eapashkin@gmail.com>", "Gleb Kozyrev <gleb@gkoz.com>", "Guillaume Gomez <guillaume1.gomez@gmail.com>", ] build = "build.rs" exclude = ["Gir*.toml", "tests/**/*", "*.md"] edition = "2018" [dependencies] bitflags = "1.0" getopts = "0.2.21" getter_...
[package] name = "gir" version = "0.0.1" authors = [ "Evgenii Pashkin <eapashkin@gmail.com>", "Gleb Kozyrev <gleb@gkoz.com>", "Guillaume Gomez <guillaume1.gomez@gmail.com>", ] build = "build.rs" exclude = ["Gir*.toml", "tests/**/*", "*.md", "generator.py"] edition = "2018" [dependencies] bitflags = "1.0" getopts = ...
Add "^" flexibility to dependency versions.
[package] name = "webdriver" version = "0.1.0" authors = ["raf"] [dependencies] hyper = "0.10" serde = "0.9" serde_json = "0.9" serde_derive = "0.9" geckodriver = "0.8" log = "0.3" rand = "0.3" rustyline = "1.0" stderrlog = "0.2"
[package] name = "webdriver" version = "0.1.0" authors = ["raf"] [dependencies] serde = "0.9" serde_json = "0.9" serde_derive = "0.9" hyper = "^0.10" geckodriver = "^0.8" log = "^0.3" rand = "^0.3" rustyline = "^1.0" stderrlog = "^0.2"