Loading Cargo.toml +21 −0 Original line number Diff line number Diff line Loading @@ -13,3 +13,24 @@ path = "src/lib.rs" tlsv1_2 = [] tlsv1_1 = [] sslv2 = [] [target.i686-apple-darwin.dependencies.openssl-sys] git = "https://github.com/alexcrichton/openssl-sys" [target.x86_64-apple-darwin.dependencies.openssl-sys] git = "https://github.com/alexcrichton/openssl-sys" [target.i686-unknown-linux-gnu.dependencies.openssl-sys] git = "https://github.com/alexcrichton/openssl-sys" [target.x86_64-unknown-linux-gnu.dependencies.openssl-sys] git = "https://github.com/alexcrichton/openssl-sys" [target.i686-unknown-freebsd.dependencies.openssl-sys] git = "https://github.com/alexcrichton/openssl-sys" [target.x86_64-unknown-freebsd.dependencies.openssl-sys] git = "https://github.com/alexcrichton/openssl-sys" [target.le32-unknown-nacl.dependencies.openssl-sys] git = "https://github.com/alexcrichton/openssl-sys" [target.arm-unknown-nacl.dependencies.openssl-sys] git = "https://github.com/alexcrichton/openssl-sys" [target.i686-unknown-nacl.dependencies.openssl-sys] git = "https://github.com/alexcrichton/openssl-sys" [target.x86_64-unknown-nacl.dependencies.openssl-sys] git = "https://github.com/alexcrichton/openssl-sys" Loading
Cargo.toml +21 −0 Original line number Diff line number Diff line Loading @@ -13,3 +13,24 @@ path = "src/lib.rs" tlsv1_2 = [] tlsv1_1 = [] sslv2 = [] [target.i686-apple-darwin.dependencies.openssl-sys] git = "https://github.com/alexcrichton/openssl-sys" [target.x86_64-apple-darwin.dependencies.openssl-sys] git = "https://github.com/alexcrichton/openssl-sys" [target.i686-unknown-linux-gnu.dependencies.openssl-sys] git = "https://github.com/alexcrichton/openssl-sys" [target.x86_64-unknown-linux-gnu.dependencies.openssl-sys] git = "https://github.com/alexcrichton/openssl-sys" [target.i686-unknown-freebsd.dependencies.openssl-sys] git = "https://github.com/alexcrichton/openssl-sys" [target.x86_64-unknown-freebsd.dependencies.openssl-sys] git = "https://github.com/alexcrichton/openssl-sys" [target.le32-unknown-nacl.dependencies.openssl-sys] git = "https://github.com/alexcrichton/openssl-sys" [target.arm-unknown-nacl.dependencies.openssl-sys] git = "https://github.com/alexcrichton/openssl-sys" [target.i686-unknown-nacl.dependencies.openssl-sys] git = "https://github.com/alexcrichton/openssl-sys" [target.x86_64-unknown-nacl.dependencies.openssl-sys] git = "https://github.com/alexcrichton/openssl-sys"