File tree Expand file tree Collapse file tree 2 files changed +6
-8
lines changed Expand file tree Collapse file tree 2 files changed +6
-8
lines changed Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " async_ftp"
3
- version = " 4.0.0 "
3
+ version = " 4.0.1 "
4
4
authors = [
" Daniel García <[email protected] >" ,
" Matt McCoy <[email protected] >" ]
5
5
documentation = " https://docs.rs/async_ftp/"
6
6
repository = " https://github.com/dani-garcia/rust_async_ftp"
Original file line number Diff line number Diff line change @@ -3,20 +3,18 @@ rust-ftp
3
3
4
4
FTP client for Rust
5
5
6
- [ ![ Number of Crate Downloads] ( https://img.shields.io/crates/d/ftp.svg )] ( https://crates.io/crates/ftp )
7
- [ ![ Crate Version] ( https://img.shields.io/crates/v/ftp.svg )] ( https://crates.io/crates/ftp )
8
- [ ![ Crate License] ( https://img.shields.io/crates/l/ftp.svg )] ( https://crates.io/crates/ftp )
9
- [ ![ Build Status] ( https://travis-ci.org/mattnenterprise/rust-ftp.svg )] ( https://travis-ci.org/mattnenterprise/rust-ftp )
10
- [ ![ Coverage Status] ( https://coveralls.io/repos/github/mattnenterprise/rust-ftp/badge.svg?branch=master )] ( https://coveralls.io/github/mattnenterprise/rust-ftp?branch=master )
6
+ [ ![ Number of Crate Downloads] ( https://img.shields.io/crates/d/async_ftp.svg )] ( https://crates.io/crates/async_ftp )
7
+ [ ![ Crate Version] ( https://img.shields.io/crates/v/async_ftp.svg )] ( https://crates.io/crates/async_ftp )
8
+ [ ![ Crate License] ( https://img.shields.io/crates/l/async_ftp.svg )] ( https://crates.io/crates/async_ftp )
11
9
12
- [ Documentation] ( https://docs.rs/ftp / )
10
+ [ Documentation] ( https://docs.rs/async_ftp / )
13
11
14
12
## Installation
15
13
16
14
FTPS support is disabled by default. To enable it ` secure ` should be activated in ` Cargo.toml ` .
17
15
``` toml
18
16
[dependencies ]
19
- ftp = { version = " <version>" , features = [" secure" ] }
17
+ async_ftp = { version = " <version>" , features = [" secure" ] }
20
18
```
21
19
22
20
## Usage
You can’t perform that action at this time.
0 commit comments